java.lang.Object
org.apache.jena.ext.xerces_regex.REUtil
Extracted from Apache Xerces 2.11.0
Version REUtil.java svn:828015 2009-10-21 13:56:13Z knoaman
-
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.jena.ext.xerces_regex.REUtil <regex> <string> -
createRegex
public static RegularExpression createRegex(String pattern, String options) throws RegexParseException Creates a RegularExpression instance. This method caches created instances.- Throws:
RegexParseException
- See Also:
-
matches
- Throws:
RegexParseException
- See Also:
-
matches
public static boolean matches(String regex, String options, String target) throws RegexParseException - Throws:
RegexParseException
- See Also:
-
quoteMeta
-