NAME
A function of omni::cstring
omni::cstring::replace
A function of omni::cstring
#include <>
inline std::string cstring::replace(std::string str, const std::string& fnd, const std::string& newstr, std::size_t pos, bool ignoreCase)
inline std::string cstring::replace(std::string str, const std::string& fnd, const std::string& newstr)
inline std::string cstring::replace(std::string str, const std::string& fnd, const std::string& newstr, bool ignoreCase)
inline std::string cstring::replace(std::string str, const std::string& fnd, const std::string& newstr, std::size_t pos)
template < std::size_t X, std::size_t Y > inline std::string cstring::replace(std::string str, const char (&fnd)[X], const char (&newstr)[Y], std::size_t pos)