

grepWin
76 likes
grepWin is a simple search and replace tool which can use PCRE regular expressions to search for strings of text within files. grepWin adds an entry to the shell context menu to easily search selected folders.
Cost / License
- Free
- Open Source (GPL-3.0)
Application type
Platforms
- Windows
- PortableApps.com
- Chocolatey
Features
grepWin News & Activities
Highlights All activities
Recent activities
sharktime added grepWin as alternative to Win Grep - Visual Grep & Text Filter
huanguan1978 added grepWin as alternative to ft (FileTools)- Creative_joe liked grepWin
Featured in Lists
Useful apps for Windows Additional...
List by tbdsch with 77 apps, updated
A list with 12 apps by kaekazeh without a description.
List by kaekazeh with 12 apps, updated





Comments and Reviews
I download many youtube comments. Then remove trash from them to make them more readable. As a result, there are many blank lines that I want to merge. I know how to merge it one by one with Notepad2 and 3. But I wanted something that could merge blank lines all at once in all files. I tried many programs. DnGrep could not handle empty lines as expected. Even though I used it for the rest. This grepwin can handle blank lines with or without spaces transparently, as expected. I am very satisfied, as I won't have to open over 30 txt files one by one with Notepad2. Instead I runs through them all at once with this.
it runs
it's around 3 times faster than astrogrep, but unlike astrogrep it can't show the text, only the list of files it is contained in.
It’s portable (always a plus!), lightweight, really fast. Just love it!
Simply put: it's the fastest tool of its kind and supports also regex! It's much faster than dnGrep too. Also offers preview of matches and automatically supports Unicode, UTF-8 (and more) search too (so smart: you don't have to activate any option!)...
Portable. Super slim. Super fast. Powerful and competent. Has useful commandline options. Great external editor support. Just great.
GrepWin is a powerful text search and replace tool with regular expression support.
I've tried quite a few standalone regex search and replace tools but haven't found any I like more than this one. The main plus is that it uses PCRE syntax (yay!) which, I find is easier, more powerful, more featured than other syntaxes. (Several other tools use .NET's built-in regex syntax, which is not great.) It also has a couple of bonus variables that you can use in the replacement string. You can use it to search only. This is really useful if you want to test that your replacement string will behave as expected by copying one or more of the strings from the search results into the Test regex box.