正規表示式Regular Expression ... \S, 非空白字元, [^ \r\t\n\f] ... \s, 比對任一個空白字元(White space character),等效於[ \f\n\r\t\v] ...
確定! 回上一頁