Remove text spaces, concat words
Pointer<Char> TextRemoveSpaces(Pointer<Char> text) => _TextRemoveSpaces(text);