Created
November 24, 2016 10:55
-
-
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
This file contains hidden or 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
(?=^\w{10}$)(?=^(a|z).*) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment