libepp_nicbr
StrUtil Member List

This is the complete list of members for StrUtil, including all inherited members.

esc_xml_markup(const string &input_txt)StrUtilstatic
gsub(string &buffer, const char *pat, const char *drp)StrUtilstatic
iso88591_to_utf8(const string &iso88591, string &utf8)StrUtilstatic
ltrim(string &s)StrUtilstatic
parse(const string &text, const map< string, string, less< string > > &to_parse, string tag_begin, string tag_end)StrUtilstatic
rtrim(string &s)StrUtilstatic
to_string(const char *format, const kind &number)StrUtilinlinestatic
trim(string &s)StrUtilstatic
utf8_to_iso88591(const string &utf8, string &iso88591)StrUtilstatic
xml_beautifier(const string &input_txt)StrUtil