类 JdkRegexpMatcher
java.lang.Object
com.sh.json.regexp.JdkRegexpMatcher
- 所有已实现的接口:
RegexpMatcher
JDK 1.4+ RegexpMatcher implementation.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明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.booleanReturns true is the string macthes the Pattern.
The Pattern will be managed internally by the RegexpMatcher implementation.
-
构造器详细资料
-
JdkRegexpMatcher
-
JdkRegexpMatcher
-
-
方法详细资料
-
getGroupIfMatches
从接口复制的说明:RegexpMatcherReturns the specified group if the string matches the Pattern.
The Pattern will be managed internally by the RegexpMatcher implementation.- 指定者:
getGroupIfMatches在接口中RegexpMatcher
-
matches
从接口复制的说明:RegexpMatcherReturns true is the string macthes the Pattern.
The Pattern will be managed internally by the RegexpMatcher implementation.- 指定者:
matches在接口中RegexpMatcher
-