public class ExoMatcherImpl extends Object implements ExoMatcher
| Modifier and Type | Method and Description |
|---|---|
int |
end() |
int |
end(int group) |
boolean |
equals(Object obj) |
boolean |
find() |
String |
group() |
String |
group(int group) |
String |
group(String groupName) |
int |
groupCount() |
int |
hashCode() |
boolean |
matches() |
String |
replaceAll(String replacement) |
int |
start() |
int |
start(int group) |
String |
toString() |
public boolean matches()
matches in interface ExoMatcherpublic boolean find()
find in interface ExoMatcherpublic String group()
group in interface MatchResultpublic String group(int group)
group in interface MatchResultgroup in interface ExoMatcherpublic int groupCount()
groupCount in interface MatchResultpublic String group(String groupName)
group in interface ExoMatcherpublic int start()
start in interface MatchResultpublic int start(int group)
start in interface MatchResultpublic int end()
end in interface MatchResultpublic int end(int group)
end in interface MatchResultpublic String replaceAll(String replacement)
replaceAll in interface ExoMatcherCopyright © 2003–2021 eXo Platform SAS. All rights reserved.