From: Juliana Rodrigueiro Date: Wed, 8 Aug 2018 11:52:03 +0000 (+0200) Subject: Make tokenize_by_tag public X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=edb3ee25ed03f49a2b1091bb1fbc1fae3b46032b;p=libi2ncommon Make tokenize_by_tag public --- diff --git a/src/stringfunc.hxx b/src/stringfunc.hxx index d945526..d6cd254 100644 --- a/src/stringfunc.hxx +++ b/src/stringfunc.hxx @@ -353,6 +353,8 @@ std::string utf8_to_iso(const std::string& utf8string); std::string utf7imap_to_utf8(const std::string &utf7imapstring); std::string utf8_to_utf7imap(const std::string &utf8string); +void tokenize_by_tag(std::vector > &tokenized, + const std::string &input); std::string strip_html_tags(const std::string &input); std::string smart_html_entities(const std::string &input); std::string html_entities(std::string str);