Skip to content

Instantly share code, notes, and snippets.

@arozwalak
Created November 8, 2013 08:26
Show Gist options
  • Save arozwalak/7367978 to your computer and use it in GitHub Desktop.
Save arozwalak/7367978 to your computer and use it in GitHub Desktop.
RegExp: unless 1 character and 1 digit
^(?:[0-9]+[a-z]|[a-z]+[0-9])[a-z0-9]*$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment