Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-06-15 09:46
Flavor·PCRE (Legacy)

/
\A (?=.{1,255}$) [0-9A-Za-z](?: (?:[0-9A-Za-z]|-) {0,61}[0-9A-Za-z] )?(?: \.[0-9A-Za-z](?: (?:[0-9A-Za-z]|-) {0,61}[0-9A-Za-z] )? )*\.?\z
/
gmx
Open regex in editor

Description

no description available

Submitted by anonymous