© 2005 BEA Systems, Inc.

com.bea.p13n.util
Class RegEx

java.lang.Object
  extended bycom.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

contains

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

main

public static void main(String[] args)

match

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

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved