gpt4 book ai didi

regex - 是否有正则表达式可以在 Notepad++ 中查找多个单词之一

转载 作者:行者123 更新时间:2023-12-03 15:07:48 24 4
gpt4 key购买 nike

我想使用 Notepad++ 中的“在当前文档中查找所有内容”按钮来查找单词列表的所有实例。是否可以使用正则表达式来做到这一点?

例如,如果单词列表是

Foo,man,choo

并且 Notepad++ 中的文件包含
01 The quick brown fox jumps over the lazy dog
02 The quick brown fox jumps over the lazy dog
03 The quick brown man jumps over the lazy dog
04 The quick brown fox jumps over the lazy dog
05 The quick brown fox jumps over the lazy dog
06 The quick brown foo jumps over the lazy dog
07 The quick brown fox jumps over the lazy dog
08 The quick brown fox jumps over the lazy dog
09 The quick brown choo jumps over the lazy dog
10 The quick brown fox jumps over the lazy dog

第 3,6 和 9 行将在查找结果中返回。

最佳答案

Notepad++ 支持管道运算符 |从 6.1.1 版本开始。

您可以使用此正则表达式进行搜索:

^.*(Foo|man|choo).*$

关于regex - 是否有正则表达式可以在 Notepad++ 中查找多个单词之一,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11849330/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com