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

Invalid regular expression #410

Open
Agrumas opened this issue Dec 5, 2023 · 0 comments
Open

Invalid regular expression #410

Agrumas opened this issue Dec 5, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Agrumas
Copy link

Agrumas commented Dec 5, 2023

Hi all,
there is issue with older mobile browsers on Android 8 or less.

Invalid regular expression: /[\p{Z}\p{S}\p{P}\p{C}]+/: Invalid escape

This regex that causes:

export const regex_whitespace = /[\p{Z}\p{S}\p{P}\p{C}]+/u;

It was reported a while back:
#296

@ts-thomas ts-thomas self-assigned this Jan 6, 2024
@ts-thomas ts-thomas added the bug Something isn't working label Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants