Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-12-26 10:39
Flavor·PCRE (Legacy)

/
^([1-9]|1[0-9]|2[0-9]|3[0-1])\/([1-9]|1[0-2])\/202[0-5]$
/
gm
Open regex in editor

Description

check the date in DD/MM/YYY you can update 202[0-5] to any value as per your need

Submitted by anonymous