Regex utilities based on OpenJDK 7 java.util.regex.Matcher and java.util.regex.ASCII.
Needed mainly due to the lack of access to Matcher#lastAppendPosition and for not reinventing the wheel.
For more see the JavaDoc Documentation.
Happy coding,
David Tesler