Function Util::strip#
Defined in File Utils.cpp
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
Defined in File Utils.cpp
Removes leading and trailing blanks of this string.
str – the string to strip
the clean string