Function Util::strip

Function Util::strip#

Function Documentation#

std::string Util::strip(const std::string &str)#

Removes leading and trailing blanks of this string.

Parameters:

str – the string to strip

Returns:

the clean string