Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ronflima/cpfcheck

An example of how to validate a CPF number in various languages
https://github.com/ronflima/cpfcheck

Last synced: 2 months ago
JSON representation

An example of how to validate a CPF number in various languages

Awesome Lists containing this project

README

        

# What is CPF check?

This is a demo project that demonstrates how to implement the CPF validation
algorithm in various languages. The idea is to use different languages to
implement the same tool, taking care of useful patterns that take advantage of
each language structure.