strip
Strips whitespace from both ends
Signature
strip(self, const char_vec& delim = {' ', '\t', '\n', '\r'}) -> basic
Specifiers
const
stripStrips whitespace from both ends
strip(self, const char_vec& delim = {' ', '\t', '\n', '\r'}) -> basic
const