Interface ExoMatcher
-
- All Superinterfaces:
MatchResult
- All Known Implementing Classes:
ExoMatcherImpl
public interface ExoMatcher extends MatchResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanfind()Stringgroup(int group)Stringgroup(String groupName)booleanmatches()StringreplaceAll(String replacement)-
Methods inherited from interface java.util.regex.MatchResult
end, end, group, groupCount, start, start
-
-