Skip to content

Instantly share code, notes, and snippets.

@jlittlejohn
Created June 11, 2013 01:20
Show Gist options
  • Save jlittlejohn/5753881 to your computer and use it in GitHub Desktop.
Save jlittlejohn/5753881 to your computer and use it in GitHub Desktop.
RegEx: Username with 2-20 Characters
^[a-zA-Z][a-zA-Z0-9-_\.]{1,20}$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment