Created
December 6, 2016 08:54
-
-
Save mhamlet/dd9c7eaa582b7325de19a8c153aa6b3a to your computer and use it in GitHub Desktop.
Armenian regexp
This file contains 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
// JavaScript | |
/[\u{0531}-\u{0556}\u{0561}-\u{0587}]{1,}/gu | |
// PHP | |
/[\p{Armenian}]{1,}/g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment