std::basic_string< CharT, Traits, Allocator > find_and_replace(const std::basic_string< CharT, Traits, Allocator > &input, const std::basic_string< CharT, Traits, Allocator > &find, const std::basic_string< CharT, Traits, Allocator > &replace)
Find and replace all instances of a string with another string.
Definition: find_and_replace.hpp:42