Regular Expressions 101

Community Patterns

1

AsDate

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

4 digits

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

CPS

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

URL

1

Regular Expression
PCRE (PHP <7.3)

/
(?:(?<scheme>https?):\/\/)?(?<hostname>.+?)(?:\/(?<path>.*?))?(?:\?(?<parameter>.*?))?(?:#(?<fragment>.*))?$
/
i

Description

Loading markdown...
Submitted by Mustafa Talaeezadeh Khouzani - 7 years ago