Uses of Class
org.fife.rsta.ac.js.ecma.api.ecma3.JSRegExp
-
Packages that use JSRegExp Package Description org.fife.rsta.ac.js.ecma.api.ecma3 org.fife.rsta.ac.js.ecma.api.ecma3.functions -
-
Uses of JSRegExp in org.fife.rsta.ac.js.ecma.api.ecma3
Fields in org.fife.rsta.ac.js.ecma.api.ecma3 declared as JSRegExp Modifier and Type Field Description JSRegExpJSRegExp. prototypeproperty prototype -
Uses of JSRegExp in org.fife.rsta.ac.js.ecma.api.ecma3.functions
Methods in org.fife.rsta.ac.js.ecma.api.ecma3.functions with parameters of type JSRegExp Modifier and Type Method Description JSStringJSStringFunctions. match(JSRegExp regexp)function match(regexp) find one or more regular-expression matchesJSStringJSStringFunctions. replace(JSRegExp regexp, JSString replaceValue)function replace(regexp, replaceValue) replace substring(s) matching a regular expression.JSNumberJSStringFunctions. search(JSRegExp regexp)function search(regexp) search for a regular expression
-