Function helper::trim#

Function Documentation#

inline std::string helper::trim(const std::string &rss)#

Left and right trim the string from any whitespace characters.

Parameters:

rss[in] Reference to the string to trim.

Returns:

The trimmed string.