Skip to content

Instantly share code, notes, and snippets.

View AzrizHaziq's full-sized avatar
😀
Happy

Azriz Jasni AzrizHaziq

😀
Happy
View GitHub Profile
@AzrizHaziq
AzrizHaziq / malaysia_regex.ts
Last active May 25, 2021 13:46
Common Malaysia Regex
// Malaysia new IC
const icRegEx = new RegExp(/\d{6}-\d{2}-\d{4}/)
icRegEx.test('931223-14-6957') // true
icRegEx.test('931223146957') // false