Posts by Leonel Tasso Guimaraes • 33 points
1 post
-
3
votes1
answer27947
viewsQ: Format CPF or CNPJ field using Regex
I would like a regular expression (REGEX) to format the CPF or CNPJ field This is the code I’ve come up with so far: String cpf ="09551130401"; cpf =…