A data processing tool.

Mark George authored on 31 Oct 2017
dist Added new JAR, and test data. 6 years ago
src/ jrex Forgot to enable command line theme. 6 years ago
README.md Fixed up README a little bit. 7 years ago
test-data.txt Added new JAR, and test data. 6 years ago
README.md

jrex

Provides a handy user interface for processing a chunk of text with regular expressions (using Java's regular expression engine).

It is currently functional but was knocked up quick and dirty and the code is a bit of a mess and awaiting a cleanup.

The main utility is provided by the JRexFrame class.

JSedFrame is an alternate user interface that allows you to 'queue' up replacements regexes. This was an attempt create a replacement for sed scripts that was easier to use.