Skip to content

Instantly share code, notes, and snippets.

@KartaviK
Last active October 17, 2018 12:32
Show Gist options
  • Save KartaviK/b6cd8eada06352ae40ad07cae54d456a to your computer and use it in GitHub Desktop.
Save KartaviK/b6cd8eada06352ae40ad07cae54d456a to your computer and use it in GitHub Desktop.
Perfect for ukrainian passport validation
clean regex:
^[ыЫа-яА-Яa-zA-ZіІєЄґҐїЇ]{2}\d{6}$
php:
/^[ыЫа-яА-Яa-zA-ZіІєЄґҐїЇ]{2}\d{6}$/u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment