| Package | Description |
|---|---|
| com.sun.msv.datatype.regexp |
| Modifier and Type | Field and Description |
|---|---|
(package private) Match |
RegularExpression.Context.match |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RegularExpression.matches(char[] target,
int start,
int end,
Match match)
Checks whether the target text contains this pattern
in specified range or not.
|
boolean |
RegularExpression.matches(char[] target,
Match match)
Checks whether the target text contains this pattern or not.
|
boolean |
RegularExpression.matches(java.text.CharacterIterator target,
Match match)
Checks whether the target text contains this pattern or not.
|
boolean |
RegularExpression.matches(java.lang.String target,
int start,
int end,
Match match)
Checks whether the target text contains this pattern
in specified range or not.
|
boolean |
RegularExpression.matches(java.lang.String target,
Match match)
Checks whether the target text contains this pattern or not.
|