Skip to content

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

r_strip

Strips whitespace from the right

Signature

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

Specifiers

  • const

See Also

Back to slice<Char, Traits>