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

Not counting Russian words #10

Open
artem-barmin opened this issue Aug 24, 2021 · 1 comment
Open

Not counting Russian words #10

artem-barmin opened this issue Aug 24, 2021 · 1 comment

Comments

@artem-barmin
Copy link

Not working with Russian words.

Online regexp test: https://regex101.com/r/zG5pQa/1
Loom demostration: https://www.loom.com/share/8dd2238338d54fe3b9b99fcdb8aa6967

@lptolik
Copy link

lptolik commented Mar 1, 2022

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]+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants