Regular Expressions 101

Community Patterns

Date Input mask expression

0

Regular Expression
ECMAScript (JavaScript)

/
(^\d{2}$|^(\d{2}){2}$)
/
gm

Description

An expression to test weather or not to add a / when entering in dates

Submitted by anonymous - 4 years ago