The whitespace character can be a space/tab/new line/vertical character. It is the same as [ \t\n\r]. Syntax: /\s/. or. new RegExp( ...
確定! 回上一頁