Ardour  9.0-pre0-582-g084a23a80d
replace_all.h File Reference
#include <string>
#include "pbd/libpbd_visibility.h"
Include dependency graph for replace_all.h:

Go to the source code of this file.

Functions

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

Function Documentation

◆ poor_mans_glob()

std::string poor_mans_glob ( std::string  path)

◆ replace_all()

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