Attention
This functionality is only available in the C++ toolkits. For other languages, we recommend using language-specific functionality instead.
OEStringSimplifyWhiteSpace¶
std::string OEStringSimplifyWhiteSpace(const std::string &)
Returns a copy of the specified string parameter which has
had all contiguous whitespace characters converted to a single ' '
.