TextReplaceBetweenAlloc function

Pointer<Char> TextReplaceBetweenAlloc(
  1. Pointer<Char> text,
  2. Pointer<Char> begin,
  3. Pointer<Char> end,
  4. Pointer<Char> replacement,
)

Implementation

Pointer<Char> TextReplaceBetweenAlloc(
  Pointer<Char> text,
  Pointer<Char> begin,
  Pointer<Char> end,
  Pointer<Char> replacement,
) => _module.TextReplaceBetweenAlloc(text, begin, end, replacement);