Regular Expressions 101

Community Patterns

Your search did not match anything

Community Library Entry

1

Regular Expression
PCRE2 (PHP >=7.3)

/
\b\d{2}[\s-]?(0[1-9]|1[0-2])[\s-]?(0[1-9]|[1-2][0-9]|3[0-1])[\s-]?\d{6}\b
/
gm

Description

This regex detects Malaysia MyKad ID with - in the date part of the ID.

Submitted by anonymous - 15 days ago