public interface RegexEngine
Regex compile(String str) throws RegexSyntaxException
Regex object.
The Regex object can be used to test whether a string matches the regular
expression.str - a String containing a regular expressionRegex for strRegexSyntaxException - if str is not a valid regular expression