Regular Expressions 101

Community Patterns

0

QR Parse

PCRE (PHP <7.3)
to parse qr
Submitted by h - 7 years ago
0

Parse QR

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

url

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

URL parser

0

Regular Expression
PCRE (PHP <7.3)

/
^(?#protocol)(?<protocol>(?:ht|f)tps?)\:(?:\/\/)?(?#user/password)(?:(?<user>\S+?)(?::(?<password>\S+))?@)?(?#domaine)(?<domain>(?:(?:[a-z\x{00a1}-\x{ffff}0-9-]++\.)+(?#top_level_domain)(?<top_level_domain>[a-z\x{00a1}-\x{ffff}]{2,}))|(?<ip>(?:1?\d{1,2}|2[0-4]\d|25[0-5])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){3}))(?#port)(?::(?<port>\d{1,5}))?(?#directory)(?<directory>\/(?:[^?#\s])*)?(?#query)(?:\?(?<query>[^#\s]*))?(?#anchor)(?:#(?<anchor>[^\s]*))?$
/
guim

Description

Loading markdown...
Submitted by Gilles Marchand - 7 years ago