Regular Expressions 101

Community Patterns

0

html注释

ECMAScript (JavaScript)
html注释
Submitted by anonymous - 4 years ago

Get any Tariff number used in the HTS for Customs

0

Regular Expression
PCRE2 (PHP >=7.3)

/
\d{4}\.\d{2}\.\d{4}(?=\W)
/
gm

Description

Loading markdown...
Submitted by anonymous - 2 years ago