Regular Expressions 101

Community Patterns

http.edu.tr

1

Regular Expression
PCRE (PHP <7.3)

/
(((http|ftp):\/\/)(((\d)|(\w))+\.)+((com)(\.tr+)))
/
g

Description

no description available

Submitted by html - 8 years ago