JdkRegexpMatcher
public interface RegexpMatcher
Modifier and Type | Method | Description |
---|---|---|
String |
getGroupIfMatches(String str,
int group) |
Returns the specified group if the string matches the Pattern.
The Pattern will be managed internally by the RegexpMatcher implementation. |
boolean |
matches(String str) |
Returns true is the string matches the Pattern.
The Pattern will be managed internally by the RegexpMatcher implementation. |
String getGroupIfMatches(String str, int group)
boolean matches(String str)
Copyright © 2006–2019 Json-lib. All rights reserved.