Skip to content
View rodrigoknol's full-sized avatar

Organizations

@LifeguardSystem

Block or report rodrigoknol

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. LifeguardSystem/lifeguard-web-client LifeguardSystem/lifeguard-web-client Public

    Cliente web para monitoria do Lifeguard

    TypeScript 3

  2. checar CPF (JS Vanilla) checar CPF (JS Vanilla)
    1
    function checkCPF(cpf) {
    2
      // Se o CPF chegou com pontuação e barra, é transformado em uma string de apenas números
    3
      const document = cpf.match(/\d+/g).join("");
    4
      
    5
      // 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
  3. site-pessoal site-pessoal Public

    Site pessoal e portfólio

    HTML 1