menu
ml_text_cleaner package
documentation
utils/text_utils.dart
TextUtils
removeExtraSpaces static method
removeExtraSpaces static method
dark_mode
light_mode
removeExtraSpaces
static method
String
removeExtraSpaces
(
String
input
)
Implementation
static String removeExtraSpaces(String input) => input.replaceAll(_extraSpacesRegex, ' ');
ml_text_cleaner package
documentation
utils/text_utils
TextUtils
removeExtraSpaces static method
TextUtils class