Function sdv::core::internal::TrimWhitespace#
Defined in File local_service_access.h
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.