com.bea.p13n.util
Class RegEx

java.lang.Object
  extended by com.bea.p13n.util.RegEx

public final class RegEx
extends Object


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

Method Detail

match

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

contains

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

main

public static void main(String[] args)


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.