Package org.apache.xmlbeans.impl.regex
Class REUtil
java.lang.Object
org.apache.xmlbeans.impl.regex.REUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic RegularExpression
createRegex
(String pattern, String options) Creates a RegularExpression instance.static void
Sample entry.static boolean
static boolean
static String
-
Method Details
-
main
Sample entry.Usage: org.apache.xerces.utils.regex.REUtil <regex> <string> -
createRegex
Creates a RegularExpression instance. This method caches created instances.- Throws:
ParseException
- See Also:
-
matches
- Throws:
ParseException
- See Also:
-
matches
- Throws:
ParseException
- See Also:
-
quoteMeta
-