Regular Expressions 101

Library entries

-2
pcre

ex_3_b

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

12 Hour Time Pattern

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

xml_kv_extraction

Basic XML key-value extraction
Submitted by Keith Muggleton - 8 years ago
-2
pcre

march html tag

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

Camelize JSON

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

Substitute text between brackets

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

French phone attempt

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

remove eval(base64_decode( ));

\seval\(base64_decode\(?\)\);
Submitted by manish kumar - 8 years ago
-2
pcre

float

matches 123.4f 123.4F .4f .4F 5f 5F
Submitted by Mateusz Paluch - 8 years ago

IPv4

Vote

16

Regular Expression
pcre

/
^(?:25[0-5]|2[0-4]\d|[0-1]?\d{1,2})(?:\.(?:25[0-5]|2[0-4]\d|[0-1]?\d{1,2})){3}$
/

Description

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