omni::string::replace
NAME

omni::string::replace

A static function of omni::string

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

OVERLOADS

inline OMNI_STRING_T_FW omni::string::replace(OMNI_STRING_T_FW str, const OMNI_STRING_T_FW& fnd, const OMNI_STRING_T_FW& newstr)
inline OMNI_STRING_T_FW omni::string::replace(OMNI_STRING_T_FW str, const OMNI_STRING_T_FW& fnd, const OMNI_STRING_T_FW& newstr, bool ignoreCase)
inline OMNI_STRING_T_FW omni::string::replace(OMNI_STRING_T_FW str, const OMNI_STRING_T_FW& fnd, const OMNI_STRING_T_FW& newstr, std::size_t pos)
template < std::size_t X, std::size_t Y > inline OMNI_STRING_T_FW omni::string::replace(OMNI_STRING_T_FW str, const OMNI_CHAR_T_FW (&fnd)[X], const OMNI_CHAR_T_FW (&newstr)[Y], std::size_t pos)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top