NAME
A static function of omni::string::util
omni::string::util::replace
A static function of omni::string::util
#include <omni/string/util.hpp>
template < typename std_string_t > std_string_t omni::string::util::replace(std_string_t str, const std_string_t& fnd, const std_string_t& newstr, std::size_t pos, bool ignore_case)
template < typename std_string_t, std::size_t X, std::size_t Y > std_string_t omni::string::util::replace(std_string_t str, const typename std_string_t::value_type (&fnd)[X], const typename std_string_t::value_type (&newstr)[Y], std::size_t pos, bool ignore_case)