We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/\p{L}/u.test('Θ') // true
get transformed into
/p{L}/u.test('Θ') // false
which produces wrong output.
Short term solution: Disable better-regex rule by default Long term solution: Fixing the bug 😃
better-regex
The text was updated successfully, but these errors were encountered:
Can you report this to safe-regex? This rule uses it under the hood.
safe-regex
Sorry, something went wrong.
No branches or pull requests
get transformed into
which produces wrong output.
Possible solutions
Short term solution: Disable
better-regex
rule by defaultLong term solution: Fixing the bug 😃
The text was updated successfully, but these errors were encountered: