Regular Expressions 101

Community Patterns

0

Mysite

PCRE (PHP <7.3)
Hello
Submitted by anonymous - 8 months ago
0

Remove Whitespace

PCRE2 (PHP >=7.3)
no more whitespace
Submitted by Me - 8 months ago
0

ipv4

PCRE2 (PHP >=7.3)
To check IPv4
Submitted by anonymous - 8 months ago

inefficient int/float(exponent)

0

Regular Expression
PCRE (PHP <7.3)

/
(?'number'(?'float'(?>\d+[\.](?>\d+)?)|(?>(?>\d+)?[\.]\d+))|\d+)(?'exponent'e[+-](?&number))?
/
mg

Description

Loading markdown...
Submitted by anonymous - 10 months ago
(Last modified 10 months ago)