omni::string::util::replace_all
NAME

omni::string::util::replace_all

A static function of omni::string::util

#include <omni/string/util.hpp>
template < typename std_string_t, std::size_t X, std::size_t Y > std_string_t omni::string::util::replace_all(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)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top