menu
hubble_core package
documentation
utils/string/formatters.dart
CustomStringUtils
numericOnlyWithDecimal method
numericOnlyWithDecimal method
dark_mode
light_mode
numericOnlyWithDecimal
method
String
numericOnlyWithDecimal
(
)
Implementation
String numericOnlyWithDecimal() => replaceAll(RegExp(r'[^0-9.]'), '');
hubble_core package
documentation
utils/string/formatters
CustomStringUtils
numericOnlyWithDecimal method
CustomStringUtils extension on
String