Discussion:
[Notepad-plus-plus] Doubt
Rajesh Vattem XX
2009-10-09 08:47:29 UTC
Permalink
Hi,
Can anybody tell how to use a regular expression in Notepad ++ to
achieve the below requirement?

List all the occurences in the current document with
RRC or MAC.

In some other editors this works with RRC|MAC. How to do this in Notepad
++?


Thanks

Regards,
Rajesh
Rostislav Svoboda
2009-10-09 09:59:51 UTC
Permalink
On Fri, Oct 9, 2009 at 10:47, Rajesh Vattem XX
Hi,
Can anybody tell how to use a regular expression in Notepad ++ to achieve
the below requirement?
List all the occurences in the current document with
                RRC or MAC.
In some other editors this works with RRC|MAC. How to do this in Notepad ++?
\(RRC\)|\(MAC\)

could work better (untested)

Bost

Loading...