I am attempting to remove all white spaces from a string using Dart and Regexp. ... you can just use trim() method like this text.trim().
確定! 回上一頁