仅当存在特定字符时才计算行数 - Python
我有一个文本文件(将其视为 main.txt),其中包含多种语言内容,并且我有一个包含特定字符的字符集文本文件。 例如:字符集文本文件包含
e
f
g
h
我想计算 main.txt 中包含字符集中任何字符的行数。如果 main.txt 中的一行包含 e
或 f
或 g
或 h
,则该行应被计数如1。
I am having a text file(consider it as main.txt) which has multiple language contents and I am having a charcter set text file which has particular characters.
For example: character set text file contains
e
f
g
h
I want to count the number of lines in main.txt which contains anyone of the character in the character set. If a line in main.txt contains e
or f
or g
or h
, then that line should be counted as 1.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)