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

Capture a tagged Number given in quotes within a free text

-1

Regular Expression
PCRE (PHP <7.3)

/
[P][Z][N][:]["]([0-9]+)["]
/

Description

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