Just found it today, supports regex multiline search and replace as well. It's very very good.
http://code.google.com/p/dngrep/
Wonderful grep tool for windows
Moderator: Moderators
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Wonderful grep tool for windows
Why would Notepad++ regex not be enough for me?
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Wonderful grep tool for windows
Because sometimes you need to sort through an entire webserver looking for a single string encompassing 100,000 files and do a multiline search and replace on those files.
Additionally, Notepad++ does not support multiline search and replace natively (although it can be added via http://www.phdesign.com.au/).
Additionally, Notepad++ does not support multiline search and replace natively (although it can be added via http://www.phdesign.com.au/).
Re: Wonderful grep tool for windows
use \r\nNotepad++ does not support multiline search and replace natively
eg "AAAA\r\nBBB" will find
AAAA
BBB
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Wonderful grep tool for windows
Yes... knorke, I am well aware of that. In this case, a grep tool was far better suited.
Re: Wonderful grep tool for windows
dammit, just after I write myself a fast script to parse a mod for keywords :)
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Wonderful grep tool for windows
Also worth mentioning, notepad++ has a limit to the amount you can put in the search box. So if you have a huge string (like I did) that you needed to search for, it would not fit.
The string I needed to search for contained 7276 characters. Far beyond the limits of Notepad++
The string I needed to search for contained 7276 characters. Far beyond the limits of Notepad++
Re: Wonderful grep tool for windows
lol your blog haz virus 

- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Wonderful grep tool for windows
Nah, a customer's website (which i don't manage, I do all their in-office network stuff), fell prey to a php injection hijack. Pretty simple to remove, if you like grep that is. Tried to do it with NP++ first, and np++ laughed.
Their web guy was like "BWahh?" meaning that I'll probably be taking over that portion as well.
Their web guy was like "BWahh?" meaning that I'll probably be taking over that portion as well.