We can use regular expressions to remove certain parts of a string by ... Replace (instring, “\t|\n|\r”, “”) or if its just a space we can use trim method ...
確定! 回上一頁