Skip to content

Instantly share code, notes, and snippets.

@jseidl
Created August 2, 2012 19:48
Show Gist options
  • Save jseidl/3240059 to your computer and use it in GitHub Desktop.
Save jseidl/3240059 to your computer and use it in GitHub Desktop.
SPAM Usernames Regular Expression
([A-Z][a-z]+)+\d+
## Matches names like
# AaeeshaMcLaughlin3182
# AbarcaSchott193
# AbegayleDay2122
# AbejideDawnay2765
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment