piighost/sg-nric

Singapore NRIC or FIN: a prefix letter saying the status and the century, seven digits, then a checksum letter. The letters at both ends make it unmistakable, which is rare for a national identifier.

Label: SG_NRIC

Pattern

(?<!\w)[STFGM]\d{7}[A-Z](?!\w)

Must be caught

Must be left alone

Tags: sg, government-id, identity

Download the detector as TOML