omni::string::util::replace
NAME

omni::string::util::replace

A 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)


OVERLOADS

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 typenamestd_string_t::value_type(& fnd)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top