Created
November 20, 2019 11:39
-
-
Save drugoi/b2f549d5ab1989ea76abdf770ac6a380 to your computer and use it in GitHub Desktop.
Regex for kazakh and russian characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const regex = /^[а-яА-ЯёЁa-zA-Z\u04D8\u04D9\u04B0\u04B1\u0406\u0456\u04A2\u04A3\u0492\u0493\u04AE\u04AF\u049A\u049B\u04E8\u04E9\u04BA\u04BB]$/g; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It works, thanks a lot