The pattern for matching whitespace characters is \s . To remove all whitespace from the input string, you should use the pattern \s and replace the matches ...
確定! 回上一頁