Regular Expressions 101

Sponsors

Library entries

1
pcre

neudecker regex

neudecker regex
Submitted by joe - 7 years ago
1
javascript

KLC051 Regex

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

my first regex

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

DDmmyyyy

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

Find all ASINs in a text

ASIN = Amazon Standard Identification Number
Submitted by NN - 7 years ago
1
pcre

;'

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

Date of Birth

no description available
Submitted by Marcos André - 7 years ago
1
pcre

link

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

LiveRes

Postcode Validation
Submitted by Dan Manning - 7 years ago

Grab valid LAN IPs

Vote

1

Regular Expression
pcre

/
(?xm) (?(DEFINE) (?<byte> 2[0-4]\d | 25[0-5] | 1\d\d | [1-9]?\d) ) ^ (10 (?:\.(?&byte)){3} | 172 \. (?: 1 [6-9] | 2\d | 3[01] ) (?:\.(?&byte)){2} | 192 \. 168 (?:\.(?&byte)){2} | ) $
/
g

Description

Loading markdown...
Submitted by jchd - 7 years ago