TextReplaceAlloc function

Pointer<Char> TextReplaceAlloc(
  1. Pointer<Char> text,
  2. Pointer<Char> replace,
  3. Pointer<Char> by
)

Implementation

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