org.jostraca.util
Class GnuRegExpProvider
java.lang.Object
org.jostraca.util.GnuRegExpProvider
- All Implemented Interfaces:
- RegExpProvider
- public class GnuRegExpProvider
- extends java.lang.Object
- implements RegExpProvider
Interface regular expression implementations.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GnuRegExpProvider
public GnuRegExpProvider()
make
public RegExp make(java.lang.String pMatch)
throws RegExpException
- Specified by:
make in interface RegExpProvider
- Throws:
RegExpException
make
public RegExp make(java.lang.String pMatch,
RegExp.ModeSet pModeSet)
throws RegExpException
- Description copied from interface:
RegExpProvider
- ModeSet can be null.
- Specified by:
make in interface RegExpProvider
- Throws:
RegExpException
make
public RegExp make(java.lang.String pSearch,
java.lang.String pReplace)
throws RegExpException
- Specified by:
make in interface RegExpProvider
- Throws:
RegExpException
make
public RegExp make(java.lang.String pSearch,
java.lang.String pReplace,
RegExp.ModeSet pModeSet)
throws RegExpException
- Description copied from interface:
RegExpProvider
- ModeSet can be null.
- Specified by:
make in interface RegExpProvider
- Throws:
RegExpException
Copyright © 2000-2002 Richard Rodger