Regular Expressions 101

Library entries

0
pcre

replicated pageContent id within a div

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

test

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

Q_Property

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

inline-sub-via-sed

regex for inline substitution w/ sed
Submitted by anonymous - 8 years ago
1
pcre

Extract values from log

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

Cisco ASA

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

Beginning of word

When looking for day, Sunday should not be matched.
Submitted by Ben - 8 years ago

Match IP (ipv4) addresses: [0.0.0.0]-[255.255.255.255]

Vote

0

Regular Expression
pcre

/
(?:^|\s) (\b(?:2[0-4]\d|25[0-5]|1?\d?\d)\b \. \b(?:2[0-4]\d|25[0-5]|1?\d?\d)\b \. \b(?:2[0-4]\d|25[0-5]|1?\d?\d)\b \. \b(?:2[0-4]\d|25[0-5]|1?\d?\d)\b) (?:$|\s)
/
gmx

Description

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