Regular Expressions 101

Community Patterns

Capture a tagged Number given in quotes within a free text

-1

Regular Expression
PCRE (PHP <7.3)

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

Description

[P][Z][N][:]"["]

Submitted by OS - 8 years ago