Uses of Interface
org.jostraca.util.RegExpMatch

Packages that use RegExpMatch
org.jostraca.util Application framework and utility classes. 
 

Uses of RegExpMatch in org.jostraca.util
 

Classes in org.jostraca.util that implement RegExpMatch
 class GnuRegExpMatch
          GNU regular expression match.
 class OroRegExpMatch
          Jakarta ORO regular expression match.
 

Methods in org.jostraca.util that return RegExpMatch
abstract  RegExpMatch RegExp.matchFirst(java.lang.String pSource)
           
abstract  RegExpMatch[] RegExp.matchAll(java.lang.String pSource)
          find all matches
 RegExpMatch OroRegExp.matchFirst(java.lang.String pSource)
           
 RegExpMatch[] OroRegExp.matchAll(java.lang.String pSource)
           
 RegExpMatch GnuRegExp.matchFirst(java.lang.String pSource)
           
 RegExpMatch[] GnuRegExp.matchAll(java.lang.String pSource)
           
 



Copyright © 2000-2002 Richard Rodger