| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xerces.external.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,
Locale locale) |
void |
RegularExpression.setPattern(String newPattern,
String options) |
void |
RegularExpression.setPattern(String newPattern,
String options,
Locale locale) |
| Constructor and Description |
|---|
RegularExpression(String regex)
Creates a new RegularExpression instance.
|
RegularExpression(String regex,
String options)
Creates a new RegularExpression instance with options.
|
RegularExpression(String regex,
String options,
Locale locale)
Creates a new RegularExpression instance with options.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.