src/system/helpers.cpp: Add htmlEntityDecode() for decode html string

This commit is contained in:
M. Liebmann
2014-02-26 10:02:32 +01:00
parent 21f7c930ae
commit 0028ad0d9b
2 changed files with 23 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ std::string getNowTimeStr(const char* format);
std::string trim(std::string &str, const std::string &trimChars = " \n\r\t");
time_t toEpoch(std::string &date);
std::string& str_replace(const std::string &search, const std::string &replace, std::string &text);
std::string& htmlEntityDecode(std::string& text);
class CFileHelpers
{