To remove newline, space and tab characters from a string, replace them with empty as shown below.replaceAll([\\n\\t ], );Above, ...
確定! 回上一頁