Regular Expressions 101

Community Patterns

There does not seem to be anything here

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 - a month ago