Uses of Interface
jregex.REFlags

Packages that use REFlags
jregex   
jregex.util.io   
 

Uses of REFlags in jregex
 

Classes in jregex that implement REFlags
 class 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:
 class WildcardPattern
          A Pattern subclass that accepts a simplified pattern syntax: ? - matches any single character; * - matches any number of any characters; all the rest - matches itself.
 

Uses of REFlags in jregex.util.io
 

Classes in jregex.util.io that implement REFlags
 class PathPattern
          A special-purpose subclass of the Pattern class.
 



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