menu
apptomate_utility_validations package
documentation
apptomate_validator_utils.dart
Validator
getDateValues static method
getDateValues static method
dark_mode
light_mode
getDateValues
static method
String
getDateValues
(
String
str
)
Implementation
static String getDateValues(String str) { return str.replaceAll(RegExp(r'[^0-9]'), ''); }
apptomate_utility_validations package
documentation
apptomate_validator_utils
Validator
getDateValues static method
Validator class