I have a question about how can I make a regular expression to remove phone masks, cpf, cnpj.
I was able to remove ("-") from the CEP
String[] cepText = edtCep.getText().toString().split("-");
ai in the case of phone has ()#####-####
how can I do to remove?