Pointer<Char> TextReplace( Pointer<Char> text, Pointer<Char> replace, Pointer<Char> by, ) { return _TextReplace(text, replace, by); }