Page 1 of 1

Serch in Result without file reference

Posted: Wed Jun 24, 2009 9:13 pm
by cj2610
I want only the line found in the search result without file name along with:

example:

I want:
2000434266841178629257 MTX00

I do not want as
CONSOLIDATED.txt(13183): 2000434266841178629257 MTX00

Pls help
Thanks in advance,

Posted: Wed Jun 24, 2009 10:00 pm
by Bob Hansen
Search for: ^.*:_(.*)
Replace with: \1

Using _ for space character.


Use the following settings:
-----------------------------------------
[X] Regular expression
Replace All
-----------------------------------------
Configure | Preferences | Editor
[X] Use POSIX regular expression syntax
-----------------------------------------

Thank a lot

Posted: Thu Jun 25, 2009 12:15 am
by cj2610
It worked great; thank you so much
:D