Bash++
Bash++ compiler internal documentation
Main Page
Namespaces
Concepts
Classes
Files
File List
File Members
src
bpp_include
replace_all.h
Go to the documentation of this file.
1
7
#pragma once
8
9
#include <string>
10
11
std::string
replace_all
(std::string str,
const
std::string& from,
const
std::string& to);
replace_all
std::string replace_all(std::string str, const std::string &from, const std::string &to)
Replace all occurences of a substring in a string.
Definition
replace_all.cpp:15
Generated by
1.9.8