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

Support for Unicode Aware Mode in Regex #678

Closed
lancedockins opened this issue Oct 19, 2023 · 1 comment
Closed

Support for Unicode Aware Mode in Regex #678

lancedockins opened this issue Oct 19, 2023 · 1 comment

Comments

@lancedockins
Copy link

Are there any plans to support unicode-aware mode in Regex?
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/unicode#unicode-aware_mode

It doesn't appear that the /u modifier is currently supported so unicode character escapes don't appear to work
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Unicode_character_class_escape

@xeioex
Copy link
Contributor

xeioex commented Oct 19, 2023

Duplicate of #442.

@xeioex xeioex closed this as completed Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants