JavaScript Regular Expression related methods
Members
-
static,readonlyDuRegExp.javascriptSymbols
-
The set containing javascript symbols ( +, -, [, etc.). Useful when parsing javascript code.
-
static,readonlyDuRegExp.javascriptVarChars
-
The set containing authorized characters for javascript variable. Useful when parsing javascript code.
Methods
-
staticDuRegExp.escape(string){string}
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 5283 -
Escape reg exp reserved characters from a string to build a regular expression compatible string
Name Type Description string
string The string to escape Returns:
Type Description string The escaped string