welderessutti / cpf_validator

A validator to verify your CPF number sequence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A validator to verify your CPF number sequence.

License:MIT License


Languages

Language:Java 100.0%