Regular Expressions 101

Community Patterns

ISO style date

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^(|by DocuSign)[0-9]{4}\/((|0)[1-9]|1[0-2])\/((|0)[1-9]|[1-2][0-9]|3[0-1])$
/
gm

Description

yyyy/mm/dd

Submitted by Russ Ferriday - from a Docusign template - 3 years ago