Skip to content

Instantly share code, notes, and snippets.

@drugoi
Created November 20, 2019 11:39
Show Gist options
  • Save drugoi/b2f549d5ab1989ea76abdf770ac6a380 to your computer and use it in GitHub Desktop.
Save drugoi/b2f549d5ab1989ea76abdf770ac6a380 to your computer and use it in GitHub Desktop.
Regex for kazakh and russian 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;
@ArtyomMaiorov
Copy link

It works, thanks a lot

@Arsik0153
Copy link

awesome work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment