Regular Expressions 101

Community Patterns

Iranian birth date

2

Regular Expression
PCRE (PHP <7.3)

/
1[3-4]{1}[0-9]{2}\/[0-1]{1}[0-9]{1}\/[0-3]{1}[0-9]{1}
/
g

Description

Iranian birth date aka tarikh tavalod

تاریخ تولد ایرانی ها

Submitted by ehsanJamalian - 6 years ago