• 0

Regex help finding lines


Question

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 by Tolanri
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.