std::String::slice<Char, Traits>::strip
strip
Strips whitespace from both ends
Signature
strip(self, delim: char_vec& = {' ', '\t', '\n', '\r'}) -> slice
Specifiers
const
strip
Strips whitespace from both ends
strip(self, delim: char_vec& = {' ', '\t', '\n', '\r'}) -> slice
const