Tolanri Posted March 22, 2009 Share Posted March 22, 2009 (edited) Hi, I am trying to find lines that contains one of defined strings (numbers). According www.regular-expressions.info, ^.*\b(one|two|three)\b.*$ should find any lines that contain any of the words one, two or three. It does not work for me though (using Notepad++) when I use Regex like ^.*?\b(36677|25050|23986|24435|32470|32057|29438|21445|29241|23762|34001|23790)\b.*$ Can anybody help me with this? Thank you in advance. EDIT: Resolved using UltraEdit editor, in PERL-mode Regular Expression search&replace with the forementioned regex formula. Edited March 22, 2009 by Tolanri Link to comment Share on other sites More sharing options...
Question
Tolanri
Hi,
I am trying to find lines that contains one of defined strings (numbers). According www.regular-expressions.info,
should find any lines that contain any of the words one, two or three. It does not work for me though (using Notepad++) when I use Regex like
Can anybody help me with this? Thank you in advance.
EDIT: Resolved using UltraEdit editor, in PERL-mode Regular Expression search&replace with the forementioned regex formula.
Edited by TolanriLink to comment
Share on other sites
0 answers to this question
Recommended Posts