Regular Expressions 101

Community Patterns

1

Recherche email

PCRE (PHP <7.3)
Recherche un email
Submitted by G Morelle - 8 years ago
3

prices in nis

Python
no description available
Submitted by molaxx - 8 years ago
16

Alphanumeric Regex

PCRE (PHP <7.3)
no description available
Submitted by Deepan - 8 years ago
1

weather

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

faa

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago

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

0

Regular Expression
PCRE (PHP <7.3)

/
(?:^|\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