Function sdv::core::internal::TrimWhitespace#

Function Documentation#

inline std::string sdv::core::internal::TrimWhitespace(const std::string &rssText)#

Trim whitespace at the begin and end of the text.

Parameters:

rssText[in] Reference to the text to trim whitespace for.

Returns:

The trimmed text.