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

Version Matcher

4

Regular Expression
PCRE (PHP <7.3)

/
^v(\d+\.)?(\d+\.)?(\*|\d+)$
/

Description

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