Attention

This functionality is only available in the C++ toolkits. For other languages, we recommend using language-specific functionality instead.

OEStringStripQuotes

std::string OEStringStripQuotes(const std::string &s,
                                const std::string &quotes = "\"")

Removes the leading and trailing character from the string s only if the character is the same and is in the parameter quotes. This is a low-level CSV function, most users can just use OEStringCSVJoin and OEStringCSVTokenize.