NAME
A static function of omni::cstring
OVERLOADS
omni::cstring::replace_all
A static 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 ignoreCase)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 ignoreCase)
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, const char (&fnd)[X], const char (&newstr)[Y], std::size_t pos)