org.eclipse.higgins.ics.gwt.base.client.util
Class RegExp

java.lang.Object
  extended bycom.google.gwt.core.client.JavaScriptObject
      extended byorg.eclipse.higgins.ics.gwt.base.client.util.RegExp

public class RegExp
extends com.google.gwt.core.client.JavaScriptObject

Author:
Alexander Yuhimenko

Constructor Summary
RegExp()
           
 
Method Summary
static RegExp create(String exp)
           
 boolean test(String sToMatch)
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
createArray, createFunction, createObject, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegExp

public RegExp()
Method Detail

test

public boolean test(String sToMatch)

create

public static RegExp create(String exp)