| Package | Description |
|---|---|
| com.rational.test.util.regex |
| Constructor and Description |
|---|
Regex(java.lang.String pattern)
Constructs a regular expression based on the specified pattern.
|
Regex(java.lang.String pattern,
boolean supportMatches)
Constructs a regular expression based on the specified pattern.
|
Regex(java.lang.String pattern,
int matchFlags)
Constructs a regular expression based on the specified pattern.
|