Regular Expressions 101

Community Patterns

4

html tags

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

UUID

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

URL matching

0

Regular Expression
PCRE (PHP <7.3)

/
(?<protocol>(?:http|ftp|irc)s?:\/\/)?(?:(?<user>[^:\n\r]+):(?<pass>[^@\n\r]+)@)?(?<host>(?:www\.)?(?:[^:\/\n\r]+)(?::(?<port>\d+))?)\/?(?<request>[^?#\n\r]+)?\??(?<query>[^#\n\r]*)?\#?(?<anchor>[^\n\r]*)?
/
gmx

Description

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