mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
system/helpers.cpp: Add cstr_replace()
- This is a faster C version of str_replace()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 020936acbe
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-09-14 (Thu, 14 Sep 2017)
Origin message was:
------------------
system/helpers.cpp: Add cstr_replace()
- This is a faster C version of str_replace()
------------------
This commit was generated by Migit
This commit is contained in:
@@ -68,6 +68,7 @@ std::string cutString(const std::string str, int msgFont, const int width);
|
||||
std::string strftime(const char *format, const struct tm *tm);
|
||||
std::string strftime(const char *format, time_t when, bool gm = false);
|
||||
time_t toEpoch(std::string &date);
|
||||
const char *cstr_replace(const char *search, const char *replace, const char *text);
|
||||
std::string& str_replace(const std::string &search, const std::string &replace, std::string &text);
|
||||
std::string& htmlEntityDecode(std::string& text);
|
||||
|
||||
|
Reference in New Issue
Block a user