Regular Expressions 101

Library entries

2
pcre

date formatting mm/dd/yyyy format

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

a

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

url match

match the most common url stuctures
Submitted by whoevor - 8 years ago
1
pcre

email matcher

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

1c document numbers

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

JSON KEY VALUE

Get key value in json string
Submitted by Marcio Paiva Barbosa - 8 years ago
1
pcre

Разбор имен Валмакс RL

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

ddd

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

Pure-Ftpd Log Action

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

YES!

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

decimal number validation

accepts 1; 1.1; 112315.23135
Submitted by MS - 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