You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: