Uses of Package
jregex

Packages that use jregex
jregex   
jregex.util.io   
org.jruby   
org.jruby.ast   
org.jruby.javasupport.util   
org.jruby.util   
 

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
           
 

Classes in jregex used by org.jruby
Matcher
          Matcher instance is an automaton that actually performs matching.
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:
 

Classes in jregex used by org.jruby.ast
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:
 

Classes in jregex used by org.jruby.javasupport.util
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:
 

Classes in jregex used by org.jruby.util
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:
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.