Regular Expressions 101

Community Patterns

regex test 1

0

Regular Expression
PCRE (PHP <7.3)

/
^(?!http:\/\/)(?!https:\/\/)(?!www\.)(?!:\/\/)([a-zA-Z0-9-_]+\.)*[a-zA-Z0-9][a-zA-Z0-9-_]+\.[a-zA-Z]{2,11}?$
/
gm

Description

no description available

Submitted by anonymous - 4 years ago