mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 15:00:25 +00:00
Add to string_util.h void find_replace(std::string& string_subject, std::string& search_string, std::string& replace_string) {
This commit is contained in:
@@ -56,4 +56,6 @@ std::vector<std::string> SplitString(const std::string &s, char delim);
|
||||
|
||||
bool isAlphaNumeric(const char *text);
|
||||
|
||||
void find_replace(std::string& string_subject, std::string& search_string, std::string& replace_string);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user