© 2002 BEA Systems, Inc.


com.bea.p13n.util
Class RegEx

java.lang.Object
  |
  +--com.bea.p13n.util.RegEx

public final class RegEx
extends java.lang.Object


Method Summary
static boolean contains(java.lang.String text, java.lang.String regExPattern)
           
static void main(java.lang.String[] args)
           
static boolean match(java.lang.String text, java.lang.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(java.lang.String text,
                            java.lang.String regExPattern)
                     throws java.lang.IllegalArgumentException

contains

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

main

public static void main(java.lang.String[] args)

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved