org.firej
Class RegexFactory
java.lang.Object
org.firej.RegexFactory
public class RegexFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_FLAGS
public static final int NO_FLAGS
- See Also:
- Constant Field Values
RegexFactory
public RegexFactory()
createRegex
public static Regex createRegex(java.lang.String regex)
createRegex
public static Regex createRegex(java.lang.String regex,
int flags)
createRegex
public static Regex createRegex(java.lang.String regex,
int flags,
java.lang.String compiler,
java.lang.String writer)