Regular Expressions 101

Community Patterns

URL

1

Regular Expression
PCRE (PHP <7.3)

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

Description

no description available

Submitted by Mustafa Talaeezadeh Khouzani - 8 years ago