RegEx Class

com.bea.p13n.util
RegEx Class

public final class RegEx

    extends Object

Hierarchy
Object
  RegEx

Method Summary

public static boolean
contains(String text, String regExPattern)
public static void
main(String[] args)
public static boolean
match(String text, String regExPattern)
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Method Detail

contains(String, String) Method

public static boolean contains(String text, 
                               String regExPattern)
throws IllegalArgumentException

Exceptions

IllegalArgumentException

main(String[]) Method

public static void main(String[] args)

match(String, String) Method

public static boolean match(String text, 
                            String regExPattern)
throws IllegalArgumentException

Exceptions

IllegalArgumentException