Regular Expressions 101

Community Patterns

31

ninite

PCRE (PHP <7.3)
no description available
Submitted by peek - 8 years ago
9

only numbers

PCRE (PHP <7.3)
A string with only numbers in
Submitted by Gotts - 8 years ago

URL Validator

13

Regular Expression
PCRE (PHP <7.3)

/
(((ftp|http|https):\/\/)|(\/)|(..\/))(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?
/

Description

Loading markdown...
Submitted by anonymous - 9 years ago