Skip to content

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

strip

Strips whitespace from both ends

Signature

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

Specifiers

  • const

See Also

Back to basic<Char, Traits>