RegEx Class
- public final class RegEx
extends Object
-
Hierarchy
-
Object
RegEx
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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