Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GR-57589] Implement RegExp.escape #853

Open
fniephaus opened this issue Sep 26, 2024 · 0 comments
Open

[GR-57589] Implement RegExp.escape #853

fniephaus opened this issue Sep 26, 2024 · 0 comments
Assignees
Labels
proposal ECMAScript Proposals

Comments

@fniephaus
Copy link
Member

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.

@fniephaus fniephaus added this to the Planned for the Future milestone Sep 26, 2024
@woess woess added the proposal ECMAScript Proposals label Sep 26, 2024
@fniephaus fniephaus changed the title Implement RegExp.escape [GR-57589] Implement RegExp.escape Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal ECMAScript Proposals
Projects
Status: Todo
Development

No branches or pull requests

3 participants