liosha2007 / regex-applier

Desktop application that applies a lost of regexs to a text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regex Applier

UI application that applies a list of regexes to a text

Main window

Dialog for creating regex

Tooltip that shows example of regex functionality

Functionality

  • Just paste source text into the left text area and you will have result text in the right area
  • You can disable/enable any rule using checkboxes
  • You can easily change order of regexes
  • Example of regex result is shown moving mouse over checkbox

Development details

Compiling Windows installer

gradlew.bat clean packageMsi

Running the project

gradlew.bat clean run

About

Desktop application that applies a lost of regexs to a text

License:MIT License


Languages

Language:Kotlin 100.0%