Better Kiwix Serve Taskbar insertion (after charset definition)

This commit is contained in:
Emmanuel Engelhart
2021-01-18 11:18:53 +01:00
parent a61c94ef10
commit a8bf9dd5b4
3 changed files with 24 additions and 2 deletions

View File

@ -29,5 +29,8 @@ std::string replaceRegex(const std::string& content,
std::string appendToFirstOccurence(const std::string& content,
const std::string& regex,
const std::string& replacement);
std::string prependToFirstOccurence(const std::string& content,
const std::string& regex,
const std::string& replacement);
#endif