Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 378 Bytes

cnh.md

File metadata and controls

20 lines (15 loc) · 378 Bytes

Cnh

Validates if the given input is a cnh.

Valid values:

validator.cnh().validate('02650306461');
validator.cnh().validate('04397322870');

Invalid values:

validator.cnh().validate('00000000000');
validator.cnh().validate('99999999999');
validator.cnh().validate('0329269440');
validator.cnh().validate('F439732287F');
validator.cnh().validate('foo');