We plan to implement the RegExp Escaping proposal in GraalJS.
Details
Adds RegExp.escape, a function that can be used to build a regular expression out of a string without treating special characters from the string as special regular expression tokens.
TL;DR
We plan to implement the RegExp Escaping proposal in GraalJS.
Details
Adds
RegExp.escape
, a function that can be used to build a regular expression out of a string without treating special characters from the string as special regular expression tokens.