https://github.com/stefankueng/grepWin
A powerful and fast search tool using regular expressions
https://github.com/stefankueng/grepWin
Last synced: 25 days ago
JSON representation
A powerful and fast search tool using regular expressions
- Host: GitHub
- URL: https://github.com/stefankueng/grepWin
- Owner: stefankueng
- License: gpl-3.0
- Created: 2018-03-29T12:28:56.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-12T14:08:08.000Z (6 months ago)
- Last Synced: 2024-10-29T15:34:38.150Z (6 months ago)
- Language: C++
- Homepage: https://tools.stefankueng.com/grepWin.html
- Size: 4.7 MB
- Stars: 1,754
- Watchers: 61
- Forks: 182
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starz - stefankueng/grepWin - A powerful and fast search tool using regular expressions (C++)
- awesome-datahoarding - grepWin
- awesome-datahoarder - grepWin
README
# grepWin
Regular expression search and replace for Windows[](https://github.com/stefankueng/grepWin/actions/workflows/msbuild.yml)
grepWin is a simple search and replace tool which can use [regular expressions](https://en.wikipedia.org/wiki/Regular_expression) to do its job. This allows to do much more powerful searches and replaces.
In case you're not familiar with regular expressions, we have a very short [regular expression tutorial](https://tools.stefankueng.com/regexhelp.html) for you.
[](https://github.com/stefankueng/grepWin/raw/main/src/Resources/grepWin_search.png)
# Command line parameters
The command line parameters are listed on a [separate page](https://tools.stefankueng.com/grepWin_cmd.html).Please visit the [homepage](https://tools.stefankueng.com/grepWin.html) of grepWin for more information.