Skip to content

Instantly share code, notes, and snippets.

@mhamlet
Created December 6, 2016 08:54
Show Gist options
  • Save mhamlet/dd9c7eaa582b7325de19a8c153aa6b3a to your computer and use it in GitHub Desktop.
Save mhamlet/dd9c7eaa582b7325de19a8c153aa6b3a to your computer and use it in GitHub Desktop.
Armenian regexp
// 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