FindList

FindList["file","text"]

给出文件中包含指定字符串的行的列表.

FindList["file",{"text1","text2",}]

给出包含任何指定字符串的所有行的列表.

FindList[{"file1",},]

给出所有 filei 中包含指定字符串的行的列表.

FindList[files,text,n]

仅包含找到的前 n 行.

更多信息和选项

范例

打开所有单元关闭所有单元

基本范例  (2)

获取文件中包含 "electors" 的行的列表:

包含 "electors" 的前 2 行:

范围  (1)

获取 File 对象指定的文件中含有指定字符串的行的列表:

Wolfram Research (1991),FindList,Wolfram 语言函数,https://reference.wolfram.com/language/ref/FindList.html (更新于 2016 年).

文本

Wolfram Research (1991),FindList,Wolfram 语言函数,https://reference.wolfram.com/language/ref/FindList.html (更新于 2016 年).

CMS

Wolfram 语言. 1991. "FindList." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2016. https://reference.wolfram.com/language/ref/FindList.html.

APA

Wolfram 语言. (1991). FindList. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/FindList.html 年

BibTeX

@misc{reference.wolfram_2024_findlist, author="Wolfram Research", title="{FindList}", year="2016", howpublished="\url{https://reference.wolfram.com/language/ref/FindList.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_findlist, organization={Wolfram Research}, title={FindList}, year={2016}, url={https://reference.wolfram.com/language/ref/FindList.html}, note=[Accessed: 21-November-2024 ]}