Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

0

Regular Expression
PCRE2 (PHP >=7.3)

/
\d{5}(?(?=-)(-\d{4})|(?=a))
/
gm

Description

嵌入条件

Submitted by anonymous - 3 years ago