Last active
January 9, 2019 06:02
-
-
Save vedant1811/0380d9821250baa5148ed426977e794b to your computer and use it in GitHub Desktop.
Common useful regexes
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
# https://rubular.com/r/RQobzZSU9KPSYI | |
usernames = /^[a-zA-Z]+[a-zA-Z0-9_.-]*$/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment