gpt4 book ai didi

正则表达式或批量

转载 作者:行者123 更新时间:2023-12-02 00:00:30 28 4
gpt4 key购买 nike

如何批量编写带 OR 的正则表达式。我有一个文件,我想找到“aa”或“bb”。该文件包含这些行:

aa
bb
cc

这是我试过的命令:

findstr /I /R /C:"aa\|bb" temp.txt

findstr /I /R /C:"aa|bb" temp.txt

任何人都可以帮我批量使用 OR 语法来编写正则表达式。

谢谢。

最佳答案

引用自文档:

FINDSTR does not support alternation with the pipe character (|) multiple Regular Expressions can be separated with spaces, just the same as separating multiple words (assuming you have not specified a literal search with /C) but this may not be useful if the regex itself contains spaces.

引用:http://ss64.com/nt/findstr.html

关于正则表达式或批量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21698901/

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