como Validar CPF por estado [closed]

Issue

This Content is from SuperUser. Question asked by LUCAS SILVA

I need to separate a list of Brazilian CPF by state,
The CPF follows a standard 000,000.009-00 this number 9 corresponds to the state of Parana and Santa Catarina,
So I need to extract from a CPF list their respective states.
being that:
0. Rio Grande do Sul

  1. Distrito Federal, Goiás, Mato Grosso do Sul and Tocantins
  2. Pará, Amazonas, Acre, Amapá, Rondônia e Roraima
  3. Ceará, Maranhão e Piauí
  4. Pernambuco, Rio Grande do Norte, Paraíba e Alagoas
  5. Bahia and Sergipe
  6. Minas Gerais
  7. Rio de Janeiro and Espírito Santo
  8. São Paulo
  9. Paraná and Santa Catarina

But my db is like this: 00000000900: JOAO SILVA
I need it to be like this: 000000000900: Joao Silva: Paraná and Santa Catarina
Thanks to those who can help.



Solution

This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.

This Question and Answer are collected from SuperUser , is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

people found this article helpful. What about you?