Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
ReplaceOnce is a std::string replace code snippet to replace a substring by another in a certain std::string once.
Use ReplaceAll to replace all substrings in a certain std::string.
#include <string> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.