Regular Expressions 101

Community Patterns

URL Parse

1

Regular Expression
PCRE (PHP <7.3)

/
^(\s)(http[s]?)(:\/\/)(\w{1,})(.\w{2,5})(.\w{2,5})?((\/))()?$
/

Description

no description available

Submitted by anonymous - 8 years ago