menu
vvs_core package
documentation
utils/helpers/cep_helper.dart
CepHelper
strip static method
strip static method
dark_mode
light_mode
strip
static method
String
strip
(
String
cep
)
Implementation
static String strip(String cep) { return cep.replaceAll('.', '').replaceAll('-', ''); }
vvs_core package
documentation
utils/helpers/cep_helper
CepHelper
strip static method
CepHelper class