Multiline Regular Expression search and replace!

Posted by Scott on Stack Overflow See other posts from Stack Overflow or by Scott
Published on 2009-09-17T20:03:07Z Indexed on 2010/05/09 20:28 UTC
Read the original article Hit count: 153

Filed under:
|

I've hit a wall. Does anybody know a good text editor that has search and replace like Notepad++ but can also do multi-line regex search and replace? Basically, I am trying to find something that can match a regex like:

search oldlog\(.*\n\s+([\r\n.]*)\);
replace newlog\(\1\)

Any ideas?

© Stack Overflow or respective owner

Related posts about regex

Related posts about text-editor