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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -