menu
cometchat_chat_uikit package
documentation
shared_ui/src/utils/string_utils.dart
StringFormatUtils
removeTabsAndLineBreaks method
removeTabsAndLineBreaks method
dark_mode
light_mode
removeTabsAndLineBreaks
method
String
removeTabsAndLineBreaks
(
)
Implementation
String removeTabsAndLineBreaks() { return replaceAll(RegExp(r'[\t\n\r]'), ' ').trim(); }
cometchat_chat_uikit package
documentation
shared_ui/src/utils/string_utils
StringFormatUtils
removeTabsAndLineBreaks method
StringFormatUtils extension on
String