How do you use Notepad++ regex pipe | for strings longer than one character?

后端 未结 5 2291
不知归路
不知归路 2020-12-18 18:54

I\'m trying to get notepad++ to regex find all instances of \"abc\" and \"def\" in the following sentence:

The abc went to the def.

5条回答
  •  抹茶落季
    2020-12-18 19:40

    Upgrade to Notepad++ v6. From the changelog: "PCRE (Perl Compatible Regular Expressions) is supported." I've verified that | works in regex search when using Notepad++ v6.

提交回复
热议问题