jimpex
Preparing search index...
escapeForRegExp
Function escapeForRegExp
escapeForRegExp
(
text
:
string
)
:
string
Escapes a string to be used on
new RegExp(...)
.
Parameters
text
:
string
The text to escape.
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
jimpex
Loading...
Escapes a string to be used on
new RegExp(...).