Replace text string with new string
Pointer<Char> TextReplace(Pointer<Char> text, Pointer<Char> replace, Pointer<Char> by) => _TextReplace(text, replace, by);