org.apache.xerces.impl.xpath.regex
public final class REUtil extends Object
Version: $Id: REUtil.java,v 1.9 2004/10/04 22:07:40 mrglavas Exp $
| Method Summary | |
|---|---|
| static RegularExpression | createRegex(String pattern, String options)
Creates a RegularExpression instance.
|
| static void | main(String[] argv)
Sample entry.
|
| static boolean | matches(String regex, String target) |
| static boolean | matches(String regex, String options, String target) |
| static String | quoteMeta(String literal) |
See Also: RegularExpression
See Also: RegularExpression
See Also: RegularExpression