Uses of Package
jregex

Packages that use jregex
jregex   
jregex.util.io   
 

Classes in jregex used by jregex
Matcher
          Matcher instance is an automaton that actually performs matching.
MatchIterator
           
MatchResult
           
Pattern
          A handle for a precompiled regular expression.
To match a regular expression myExpr against a text myString one should first create a Pattern object:
PatternSyntaxException
          Is thrown when Pattern constructor's argument doesn't conform the Perl5 regular expression syntax.
REFlags
           
Replacer
          The Replacer class suggests some methods to replace occurences of a pattern either by a result of evaluation of a perl-like expression, or by a plain string, or according to a custom substitution model, provided as a Substitution interface implementation.
A Replacer instance may be obtained either using Pattern.replacer(...) method, or by constructor:
RETokenizer
          The Tokenizer class suggests a methods to break a text into tokens using occurences of a pattern as delimiters.
Substitution
           
TextBuffer
           
 

Classes in jregex used by jregex.util.io
Pattern
          A handle for a precompiled regular expression.
To match a regular expression myExpr against a text myString one should first create a Pattern object:
REFlags
           
 



Copyright © 2011. All Rights Reserved.