Download this file
17 lines (13 with data), 236 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16 | #ifndef REPLACE_H
#define REPLACE_H
#include <string>
class Replace
{
public:
static int run (
std::string& buffer,
const std::string& find,
const std::string& replace,
bool matchCase );
};
#endif
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.