Skip to content

pzinwai/singapore-ic-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Singapore IC Validator

A fast and easy to use Singapore IC validator.

Install

npm i singapore-ic-validator

Usage

const { validateNRIC } = require('singapore-ic-validator');

let result = validateNRIC('SXXXXXXXJ');

If the returned value is true, then validation succeeds.

If the returned value is false, then validation fails.

About

A fast and easy to use JavaScript Singapore IC validator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published