19 #ifndef SRECORD_STRING_H
20 #define SRECORD_STRING_H
std::string string_quote_c(const std::string &text)
std::string string_url_encode(const std::string &text)
The string_url_encode function build a new string by adding url quoting ("$FF")
std::string string_url_decode(const std::string &text)
The string_url_decode function build a new string by removing url quoting ("$FF")