TextReplace

Replace text string (WARNING: memory must be freed!)

version(BindRaylib_Static)
extern (C) @nogc nothrow
char*
TextReplace
(
char* text
,
const(char)* replace
,
const(char)* by
)

Meta