|
|
|||
|
|
| FindList["file", "text"] gives a list of lines in the file that contain the specified string. |
| FindList["file", {"text1", "text2", ...}] gives a list of all lines that contain any of the specified strings. |
| FindList[{"file1", ...}, ...] gives a list of lines containing the specified strings in any of the filei. |
| FindList[files, text, n] includes only the first n lines found. |
| AnchoredSearch | False | whether to require that the text searched for be at the beginning of a record | |
| IgnoreCase | False | whether to treat lowercase and uppercase as equivalent | |
| RecordSeparators | {"\r\n", "\n","\r"} | separators for records | |
| WordSearch | False | whether to require that the text searched for appear as a word | |
| WordSeparators | {" ","\t"} | separators for words |
| © 2013 Wolfram Research, Inc. |