menu
string_util_xx package
documentation
StringUtilxx.dart
StringUtilxx_c
removeAllSpace static method
removeAllSpace static method
dark_mode
light_mode
removeAllSpace
static method
String
removeAllSpace
(
String
str
)
移除所有空白符号
Implementation
static String removeAllSpace(String str) { return str.replaceAll(RegExp(r"\s+"), ""); }
string_util_xx package
documentation
StringUtilxx
StringUtilxx_c
removeAllSpace static method
StringUtilxx_c class