Escape/Unescape routines for strings. More...
#include "Common/String.h"
Go to the source code of this file.
Namespaces | |
Hypertable | |
Hypertable definitions | |
Functions | |
void | Hypertable::escape (String &str, const String &escape_chars) |
Escapes a string. More... | |
void | Hypertable::unescape (String &str) |
Unescapes a string. More... | |
Escape/Unescape routines for strings.
Definition in file Escaper.h.