com.gwtext.client.core
Class RegExp

java.lang.Object
  extended by com.gwtext.client.core.JsObject
      extended by com.gwtext.client.core.RegExp

public class RegExp
extends JsObject

This class represents a Regular Expression.


Field Summary
 
Fields inherited from class com.gwtext.client.core.JsObject
jsObj
 
Constructor Summary
RegExp(java.lang.String re)
          Constructs a new REgular Expression.
 
Method Summary
 
Methods inherited from class com.gwtext.client.core.JsObject
getJsObj, getProperties, isCreated, setJsObj
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegExp

public RegExp(java.lang.String re)
Constructs a new REgular Expression.

Parameters:
re - the regular expression String