RegexTransformer
Create a list of regular expressions and execute them all on a text
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.