Regular Expressions 101

Community Patterns

1

password8s

PCRE (PHP <7.3)
password con 8
Submitted by anonymous - 7 years ago
1

men

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago

Match URLS http|https www|ww|www3 etc

1

Regular Expression
PCRE (PHP <7.3)

/
^((http|https)\:\/\/|)([\w|\-]+\.)+\w+($|[\w\-\/\.]+$|[\w\/\.]+\?[\w\=\&\.]+$)
/
gmi

Description

Loading markdown...
Submitted by ganey - 7 years ago