org.gwtopenmaps.openlayers.client.util
Class RegExp

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.util.RegExp

public class RegExp
extends JSObjectWrapper

Wrapper for the JavaScript RegExp object. A regular expression can be instantiated using the RegExp constructor as in JavaScript. See also:

Author:
Edwin Commandeur - Atlis Information Systems

Constructor Summary
protected RegExp(JSObject jsObject)
           
  RegExp(String regexString)
           
  RegExp(String regexString, String modifier)
           
 
Method Summary
 JSObject exec(String str)
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegExp

protected RegExp(JSObject jsObject)

RegExp

public RegExp(String regexString)

RegExp

public RegExp(String regexString,
              String modifier)
Method Detail

exec

public JSObject exec(String str)


Copyright © 2011 sourceforge. All Rights Reserved.