public interface RegexEngine
Regex compile(java.lang.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