mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
18 lines
1.3 KiB
Markdown
18 lines
1.3 KiB
Markdown
# grepWin
|
|
Regular expression search and replace for Windows
|
|
|
|
This modified code is licensed under the [same license (GPL-3.0)](https://github.com/stefankueng/grepWin/blob/master/LICENSE)
|
|
as the [original source code by Stefan Küng](https://github.com/stefankueng/grepWin).
|
|
[](https://dev.azure.com/tortoisesvn/tortoisesvnGitHub/_build/latest?definitionId=8&branchName=master)
|
|
|
|
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.
|