omni::cstring::replace
NAME

omni::cstring::replace

A function of omni::cstring

#include <omni/xx/string.hxx>
inline std::string omni::cstring::replace(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(std::string str, const std::string& fnd, const std::string& newstr)
inline std::string omni::cstring::replace(std::string str, const std::string& fnd, const std::string& newstr, bool ignore_case)
inline std::string omni::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 omni::cstring::replace(std::string str, constchar(& fnd)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top