Regular Expressions 101

Community Patterns

website

-1

Regular Expression
PCRE (PHP <7.3)

/
^(((http:|https:)+(\/\/|\\\\))|)+([0-9\w+]+\.+[\w+]{2,15})
/

Description

If needed to test entered website

Submitted by Max Shishkov - 9 years ago