Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created November 24, 2016 10:55
Show Gist options
  • Save ntakouris/493d0e0de4b5f99a74d32d10209ca6a4 to your computer and use it in GitHub Desktop.
Save ntakouris/493d0e0de4b5f99a74d32d10209ca6a4 to your computer and use it in GitHub Desktop.
Match strings that start with a or z and are 10 letters in length
(?=^\w{10}$)(?=^(a|z).*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment