Package io.github.multiform_validator
Class CpfValidator
java.lang.Object
io.github.multiform_validator.CpfValidator
The CpfValidator class provides a utility method to validate CPF (Cadastro de Pessoas FĂsicas) numbers.
-
Method Summary
-
Method Details
-
cpfIsValid
Validates a CPF number.- Parameters:
cpf
- the CPF number to validate- Returns:
- true if the CPF number is valid, false otherwise
- Throws:
NullPointerException
- if the CPF number is null
-