Merge remote-tracking branch 'notepad3_orig_rizone/master' into grepWin_Integration

This commit is contained in:
Rainer Kottenhoff 2020-04-17 21:10:10 +02:00
commit a43fccad01

View File

@ -1,7 +1,8 @@
# grepWin
Regular expression search and replace for Windows
[![Build Status](https://tortoisesvn.visualstudio.com/tortoisesvnGitHub/_apis/build/status/stefankueng.grepWin)](https://tortoisesvn.visualstudio.com/tortoisesvnGitHub/_build/latest?definitionId=8)
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).
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.