Regular Expressions 101

Community Patterns

1

html <Title>

Java 8
htnle
Submitted by erichologist - 4 months ago

Tracking Number Recognition and Parsing

0

Regular Expression
PCRE (PHP <7.3)

/
^(?:\d{22}|)(\d{12})$
/
gm

Description

Loading markdown...
Submitted by anonymous - 5 months ago