trims the string and replaces whitespace by a single space
None
Returns a string which is the specified string without any leading or trailing whitespace and where all sequences of whitespace are replaced by a single space.
std_types::string/std::trim |