Ever wanted to transform a lot of texts to another format?
Having to execute a lot of regular expressions to convert one text, and repeating the process for every text.
No more, by using RegexTransformer.
You can create a list of regular expressions to be executed on a text of your choosing.
Features
- Run a list of regexps on a text
- Save and load regexps to and from file
- Easy link to regexp tutorial
- Easy link to reference site with all regexp posibilities

