Rose::StringUtility::csvEscape
Escapes characters that are special in CSV tables.
Synopsis
Declared in <src/Rose/StringUtility/Escape.h>
[[visibility]]
std::string
csvEscape(std::string const&);
Description
Assumes that the context is outside of any quoting and possib9 adds quotes. See RFC 4180 for details.
Return Value
Escaped string.
Created with MrDocs