#ifndef __STRINGFUNCT_H #define __STRINGFUNCT_H #include std::string& replaceAll(std::string& context, const std::string& from, const std::string& to); #endif //__STRINGFUNCT_H