Skip to content

Instantly share code, notes, and snippets.

@hansgafriedzal
Last active March 23, 2018 04:44
Show Gist options
  • Save hansgafriedzal/3d8d57018c7724b8f1db1aa43a5858f1 to your computer and use it in GitHub Desktop.
Save hansgafriedzal/3d8d57018c7724b8f1db1aa43a5858f1 to your computer and use it in GitHub Desktop.
^(?![_.])(?!.*[_.]{2})[a-zA-Z0-9._]{4,20}(?<![_.])$
└──┬───┘└──────┬────┘└─────────┬───────┘└──┬────┘
│ │ │ no _ or . at the end
│ │ allowed chars & length
│ no __ or _. or ._ or .. inside
no _ or . at the beginning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment