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 #821

Closed
prakashrajPk opened this issue May 24, 2021 · 2 comments
Closed

Invalid regular expression #821

prakashrajPk opened this issue May 24, 2021 · 2 comments
Labels
needs more info Awaiting response from reporter triage

Comments

@prakashrajPk
Copy link

return new RegExp("^([\p{Alphabetic}\p{Mark}\p{Decimal_Number}\p{Connector_Punctuation}\p{Join_Control}" + specialChars.join('') + "]+)", 'u');
^

SyntaxError: Invalid regular expression: /^([\p{Alphabetic}\p{Mark}\p{Decimal_Number}\p{Connector_Punctuation}\p{Join_Control}]+)/: Invalid escape
at new RegExp ()

@chaitanya71998
Copy link

@prakashrajPk did you got solved from this issue?

@gjsjohnmurray
Copy link
Collaborator

If you are still getting this problem please give detailed reproduction steps.

@gjsjohnmurray gjsjohnmurray added the needs more info Awaiting response from reporter label Jul 22, 2022
@gjsjohnmurray gjsjohnmurray closed this as not planned Won't fix, can't repro, duplicate, stale Aug 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs more info Awaiting response from reporter triage
Projects
None yet
Development

No branches or pull requests

3 participants