Skip to content

std::String::slice<Char, Traits>::strip

strip

Strips whitespace from both ends

Signature

strip(self, delim: char_vec& = {' ', '\t', '\n', '\r'}) -> slice

Specifiers

  • const

See Also

Back to slice<Char, Traits>