Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-01-26 15:41
Flavor·Python

r"
^(?=.{5,15}$)(?![_.-])(?!.*[_.-]{2})[a-zA-Z0-9._-]+$
"
Open regex in editor

Description

no description available

Submitted by anonymous