omni::wstring::replace
NAME

omni::wstring::replace

A function of omni::wstring

#include <omni/xx/string.hxx>
inline std::wstring omni::wstring::replace(std::wstring str, const std::wstring& fnd, const std::wstring& newstr, std::size_t pos, bool ignore_case)


OVERLOADS

inline std::wstring omni::wstring::replace(std::wstring str, const std::wstring& fnd, const std::wstring& newstr)
inline std::wstring omni::wstring::replace(std::wstring str, const std::wstring& fnd, const std::wstring& newstr, bool ignore_case)
inline std::wstring omni::wstring::replace(std::wstring str, const std::wstring& fnd, const std::wstring& newstr, std::size_t pos)
template < std::size_t X, std::size_t Y > inline std::wstring omni::wstring::replace(std::wstring str, constwchar_t(& fnd)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top