Regular Expressions 101

Community Patterns

0

Email

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

decode

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

Strings with length multiple of 3 or 5

0

Regular Expression
PCRE (PHP <7.3)

/
^...(?:(?:...)*$|..(?:.....)*$)
/

Description

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