Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要找到包含 2 个不同单词的文件列表。例如,我需要从包含单词“Balloon”的文件夹中搜索文件列表,然后从结果中搜索包含单词“burst”的文件。
是否可以使用文本板做到这一点?
编辑答案,因为我看到你想要的是,实际上,找到任何带有气球和爆裂的文件。你可以简单地使用(或者如果你不想在文件中匹配气球爆裂):balloon.*burstballoon.+burst
balloon.*burst
balloon.+burst
不要忘记在所有文档中搜索- 我的建议是点击全部标记以显示结果。请记住,您需要先在 TextPad 中打开这些文件。