Attention
This functionality is only available in the C++ toolkits. For other languages, we recommend using language-specific functionality instead.
OEStringTabsToSpaces¶
std::string OEStringTabsToSpaces(const std::string &s)
Return the string s
with all the tab characters expanded to 4
space characters.