| Package | Description |
|---|---|
| com.siemens.ct.exi.grammars.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 Siemens AG. All rights reserved.