|
|||||||||
| Home >> All >> org >> acmsl >> [ regexpplugin overview ] | PREV NEXT | ||||||||
Uses of Interface
org.acmsl.regexpplugin.Pattern
| Uses of Pattern in org.acmsl.regexpplugin |
| Methods in org.acmsl.regexpplugin that return Pattern | |
Pattern |
Compiler.compile(java.lang.String regexp)
Compiles given regular expression and creates a Pattern object to apply such rule on concrete text contents. |
| Methods in org.acmsl.regexpplugin with parameters of type Pattern | |
boolean |
Matcher.contains(java.lang.String text,
Pattern pattern)
Checks if given text contains specified pattern. |
|
|||||||||
| Home >> All >> org >> acmsl >> [ regexpplugin overview ] | PREV NEXT | ||||||||