org.gwtopenmaps.openlayers.client.util
Class RegExp
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
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:
- http://www.w3schools.com/jsref/jsref_obj_regexp.asp
- http://www.regular-expressions.info/javascript.html
- Author:
- Edwin Commandeur - Atlis Information Systems
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegExp
protected RegExp(JSObject jsObject)
RegExp
public RegExp(String regexString)
RegExp
public RegExp(String regexString,
String modifier)
exec
public JSObject exec(String str)
Copyright © 2011 sourceforge. All Rights Reserved.