开发者

How to find different words like a or b in notepad++?

开发者 https://www.devze.com 2022-12-23 07:30 出处:网络
Notepad++\'s Regular Expressions don\'t support symbol |.So how can I find different words like a or b in notepad++开发者_如何学JAVA?Its working at my end, I\'m using this:

Notepad++'s Regular Expressions don't support symbol |.So how can I find different words like a or b in notepad++开发者_如何学JAVA?


Its working at my end, I'm using this:
c[a|o]t to search for cat OR cot

Do you have the latest version, 5.4.3?

0

精彩评论

暂无评论...
验证码 换一张
取 消