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