Uses of Class
org.fife.rsta.ac.js.ecma.api.ecma3.JSRegExp
Packages that use JSRegExp
-
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 -
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 JSRegExpModifier and TypeMethodDescriptionfunction match(regexp) find one or more regular-expression matchesfunction replace(regexp, replaceValue) replace substring(s) matching a regular expression.function search(regexp) search for a regular expression