NAME
A function of omni::wstring
omni::wstring::replace_all
A function of omni::wstring
#include <>
inline std::wstring wstring::replace_all(std::wstring str, const std::wstring& fnd, const std::wstring& newstr, std::size_t pos, bool ignoreCase)
inline std::wstring wstring::replace_all(std::wstring str, const std::wstring& fnd, const std::wstring& newstr)
inline std::wstring wstring::replace_all(std::wstring str, const std::wstring& fnd, const std::wstring& newstr, bool ignoreCase)
inline std::wstring wstring::replace_all(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 wstring::replace_all(std::wstring str, const wchar_t (&fnd)[X], const wchar_t (&newstr)[Y], std::size_t pos)