TextReplaceAlloc function
Implementation
Pointer<Char> TextReplaceAlloc(
Pointer<Char> text,
Pointer<Char> replace,
Pointer<Char> by,
) => _module.TextReplaceAlloc(text, replace, by);
Pointer<Char> TextReplaceAlloc(
Pointer<Char> text,
Pointer<Char> replace,
Pointer<Char> by,
) => _module.TextReplaceAlloc(text, replace, by);