static String semFormatacao(String ptexto) { return ptexto.replaceAll(RegExp(r'[^a-zA-Z0-9]'), ''); }