| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xerces.external.impl.xpath.regex |
| 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(CharacterIterator target,
Match match)
Checks whether the target text contains this pattern or not.
|
boolean |
RegularExpression.matches(String target,
int start,
int end,
Match match)
Checks whether the target text contains this pattern
in specified range or not.
|
boolean |
RegularExpression.matches(String target,
Match match)
Checks whether the target text contains this pattern or not.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.