root/StringReplace.h

1
2
3
4
#pragma once


char* replaceStr(const char* data, const char* original, const char* replacement);