summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/replace_all.h
blob: 44346372831f3feac6c202b240a67d6105d5d33c (plain)
1
2
3
4
5
6
7
8
#ifndef __pbd_replace_all_h__
#define __pbd_replace_all_h__

#include <string>

int replace_all (std::string& str, const std::string& target, const std::string& replacement);

#endif // __pbd_replace_all_h__