| Package | Description |
|---|---|
| org.apache.xerces.impl.xpath.regex |
| Modifier and Type | Method and Description |
|---|---|
static RegularExpression |
REUtil.createRegex(String pattern,
String options)
Creates a RegularExpression instance.
|
static boolean |
REUtil.matches(String regex,
String target) |
static boolean |
REUtil.matches(String regex,
String options,
String target) |
void |
RegularExpression.setPattern(String newPattern) |
void |
RegularExpression.setPattern(String newPattern,
String options) |
| Constructor and Description |
|---|
RegularExpression(String regex)
Creates a new RegularExpression instance.
|
RegularExpression(String regex,
String options)
Creates a new RegularExpression instance with options.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.