How do you use Notepad++ regex pipe | for strings longer than one character? -
I am trying to get Notepad ++ to find all the examples of "ABC" and "def" in the following sentence:
/ P>
ABC went on def.
None of the following syntax work:
- abc | Def <
- [abc | Def]
- (ABC) | (AIF) |
Note: "[A | D]" when I tested, either "A" or "D" Also matches the example
Upgrade to Notepad ++ v6 from changelog: "PCR (Perl compatible) Regular Expression) is supported. " I have verified that. Works in regex search while using Notepad ++ v6.
Comments
Post a Comment