Regular Expressions 101

Library entries

4
pcre2

CloudFlare

Cloud Flare
Submitted by anonymous - 2 years ago
4
pcre2

Email

email format control
Submitted by ahmetbarut - 2 years ago
3
pcre2

example

example
Submitted by anonymous - 2 years ago
2
pcre2

Dutch zipcodes

no description available
Submitted by anonymous - 2 years ago
2
pcre2

web log entry

no description available
Submitted by PepeRG - 2 years ago
2
pcre2

Url

Port https://regex101.com/library/cX0pJ8 to PCRE2 (PHP >= 7.3)
Submitted by semivori - 2 years ago
2
pcre2

object

Json Object
Submitted by anonymous - 2 years ago
2
pcre2

US phone number

US phone number, try to catch as many as possible
Submitted by anonymous - 2 years ago

web log entry

Vote

2

Regular Expression
pcre2

/
(?P<host>\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3})(\s-\s)(?P<user_name>[\w-]*)(\s\[)(?P<time>\w*\/\w*\/\d{1,4}:\d{1,2}:\d{1,2}:\d{1,2}\s-\d{1,4})(\]\s\")(?P<request>.*)(")
/
gm

Description

Loading markdown...
Submitted by PepeRG - 2 years ago