menu
artools package
documentation
artools.dart
StringExtensions
isremoveAllWhitespace method
isremoveAllWhitespace method
dark_mode
light_mode
isremoveAllWhitespace
method
String
isremoveAllWhitespace
(
)
Implementation
String isremoveAllWhitespace() { return replaceAll(RegExp(r'\s+'), ''); }
artools package
documentation
artools
StringExtensions
isremoveAllWhitespace method
StringExtensions extension on
String