public interface RegexpMatcher
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGroupIfMatches(java.lang.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(java.lang.String str)
Returns true is the string macthes the Pattern.
The Pattern will be managed internally by the RegexpMatcher implementation. |
java.lang.String getGroupIfMatches(java.lang.String str,
int group)
boolean matches(java.lang.String str)
Copyright © 2006-2013 Json-lib. All Rights Reserved.