Function cras::strip(::std::string&, const char&)
Defined in File string_utils.hpp
Function Documentation
-
void cras::strip(::std::string &s, const char &c = ' ')
Strip
cfrom the beginning and end of the given string (if it is there).- Parameters:
s – [inout] The string from which c should be removed.
c – [in] The character to remove.