Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefankueng/grepWin

A powerful and fast search tool using regular expressions
https://github.com/stefankueng/grepWin

Last synced: about 2 months ago
JSON representation

A powerful and fast search tool using regular expressions

Awesome Lists containing this project

README

        

# grepWin
Regular expression search and replace for Windows

[![Build](https://github.com/stefankueng/grepWin/actions/workflows/msbuild.yml/badge.svg)](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.

[![grepWin](https://github.com/stefankueng/grepWin/raw/main/src/Resources/grepWin_search-small.png)](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.