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
Not working with Russian words.
Online regexp test: https://regex101.com/r/zG5pQa/1 Loom demostration: https://www.loom.com/share/8dd2238338d54fe3b9b99fcdb8aa6967
The text was updated successfully, but these errors were encountered:
proper regexp should looks like: [a-zA-Z0-9_\u0392-\u03c9\u00c0-\u00ff\u0400-\u04ff\u0600-\u06ff]+|[\u4e00-\u9fff\u3400-\u4dbf\uf900-\ufaff\u3040-\u309f\uac00-\ud7af]+
Sorry, something went wrong.
No branches or pull requests
Not working with Russian words.
Online regexp test: https://regex101.com/r/zG5pQa/1
Loom demostration: https://www.loom.com/share/8dd2238338d54fe3b9b99fcdb8aa6967
The text was updated successfully, but these errors were encountered: