Pinned Loading
-
LifeguardSystem/lifeguard-web-client
LifeguardSystem/lifeguard-web-client PublicCliente web para monitoria do Lifeguard
TypeScript 3
-
checar CPF (JS Vanilla)
checar CPF (JS Vanilla) 1function checkCPF(cpf) {
2// Se o CPF chegou com pontuação e barra, é transformado em uma string de apenas números
3const document = cpf.match(/\d+/g).join("");
45// Caso o número recebido não tenha 11 dígitos ou seja uma sequencia númerica com todos os números iguais, como 111.111.111-11, a função retorna que o CPF não é válido
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.