Regular Expressions 101

Community Patterns

1

gmail

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

^([A-Z]{3})$

ECMAScript (JavaScript)
^([A-Z]{3})$
Submitted by anonymous - 8 years ago
1

username validation

Python
no description available
Submitted by anonymous - 8 years ago

0-360phil

1

Regular Expression
PCRE (PHP <7.3)

/
(0|[1-9][0-9]?|[12][0-9][0-9]|3[0-5][0-9]|360)([0-5]?[0-9])?('|,|,)?\d+?
/

Description

Loading markdown...
Submitted by Serg Kronrod - 8 years ago