NAME
A function of omni::cstring
OVERLOADS
omni::cstring::replace_all
A function of omni::cstring
#include <omni/xx/string.hxx>inline std::string omni::cstring::replace_all(std::string str, const std::string& fnd, const std::string& newstr, std::size_t pos, bool ignore_case)OVERLOADS
inline std::string omni::cstring::replace_all(std::string str, const std::string& fnd, const std::string& newstr)
inline std::string omni::cstring::replace_all(std::string str, const std::string& fnd, const std::string& newstr, bool ignore_case)
inline std::string omni::cstring::replace_all(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 omni::cstring::replace_all(std::string str, constchar(& fnd)