Regular Expressions 101

Library entries

2
pcre

Positive Ints

no description available
Submitted by anonymous - 7 years ago
2
pcre

mikrotik

no description available
Submitted by anonymous - 7 years ago
2
pcre

Diiff

no description available
Submitted by anonymous - 7 years ago
2
pcre

the many john smiths

no description available
Submitted by anonymous - 7 years ago
2
pcre

Separating Server and Domain from FQDN

no description available
Submitted by Awan - 7 years ago
2
pcre

fiddler raw to php array

no description available
Submitted by anonymous - 7 years ago
2
pcre

Course GUID

no description available
Submitted by anonymous - 7 years ago
2
pcre

get Youtube & Vimeo id

grab youtube & vimeo id
Submitted by mi-ca.ch - 7 years ago

URL extractor

Vote

2

Regular Expression
pcre

/
^(?#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