Regular Expressions 101

Library entries

9
pcre

Fixo LDN CSP e SEM CSP

no description available
Submitted by Marcos Müller - 9 years ago
9
pcre

only numbers

A string with only numbers in
Submitted by Gotts - 8 years ago
8
pcre

Date time Advanced

no description available
Submitted by Mr.Neutro - 9 years ago
8
javascript

UUID

no description available
Submitted by anonymous - 8 years ago
8
javascript

simple email

no description available
Submitted by anonymous - 8 years ago
8
pcre

Alphanumeric and Spaces

Alow alphanumeric characters and spaces
Submitted by JTN - 8 years ago
8
pcre

If-Then-Else Conditionals

no description available
Submitted by anonymous - 8 years ago
8
javascript

money: either 0 or 2 dp

no description available
Submitted by anonymous - 8 years ago
8
pcre

Fiddler raw body to PHP array

no description available
Submitted by garsax - 7 years ago
8
pcre

Max - URL Extract

no description available
Submitted by Ayush - 7 years ago
7
pcre

rsyslog test

global modifier
Submitted by dtmland - 8 years ago
7
javascript

Match text (not within html tag)

no description available
Submitted by Moistly - 8 years ago

Parsing browser User Agents

Vote

18

Regular Expression
pcre

/
(?(DEFINE) (?P<ver>\d+(?:\.\d+)*(?![.\d])) (?P<agent>Mozilla/(?&ver)) (?P<os>(?&os_windows)|(?&os_linux)|(?&os_macintosh)|(?&os_ios)) (?P<os_windows>Windows[ ]\w+[ ](?&ver)) (?P<os_linux>Linux(?:[ ](?:i686|x86_64))?) (?P<os_macintosh>Macintosh) (?P<os_ios>(?:CPU[ ])?iPhone[ ]OS|CPU[ ]OS.*?like[ ]Mac[ ]OS[ ]X) (?P<device>(?&device_ios)|(?&device_firefox)|(?&device_android)) (?P<device_ios>iPhone|iPad) (?P<device_firefox>Mobile) (?P<device_android>Android(?:[ ](?&ver))?) (?P<browser> (?: (?&browser_ie) | (?&browser_safari) | (?&browser_chrome) | (?&browser_chromium) | (?&browser_firefox) | (?&browser_version) # | (?&browser_nexus) | (?&browser_mobile) | (?&browser_gsa) | (?&browser_quicklook) | (?&browser_opera) ) [ /] (?: [A-Z\d]+\b(?!\.) | (?&ver) ) ) (?P<browser_safari>(?:Mobile[ ])?Safari) (?P<browser_chrome>Chrome) (?P<browser_chromium>\b\w+\b[ ]Chromium) (?P<browser_firefox>Firefox) (?P<browser_ie>MSIE) (?P<browser_version>Version) (?P<browser_nexus>Nexus[ ]\d+[ ]Build) (?P<browser_mobile>Mobile) (?P<browser_gsa>GSA) (?P<browser_quicklook>QuickLook) (?P<browser_opera>OPR) ) ^ (?:(?=.*?(?P<Agent>(?&agent)))) (?:(?=.*?(?P<OS>(?&os)))) (?:(?=.*?(?P<Device>(?&device))))? (?:(?=.*?(?P<Browser>(?&browser)(?:[ ](?&browser))*)))?
/
gmx

Description

Loading markdown...
Submitted by OnlineCop - 8 years ago