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
6
#pragma once
7
8
#include <string>
9
10
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:14
Generated by
1.9.8