/cpf_validator

A validator to verify your CPF number sequence.

Primary LanguageJavaMIT LicenseMIT

CPF Validator

This is a simple CPF validator developed in Java.

You can check the validation of any CPF number sequence.

The application virifies whether the number of digits and its repetition matches the CPF rules with a RegEX pattern.

Then, it does the math verification of the numbers to check whether the CPF digited is valid.