Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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.