\S (upper case S) matches any non-whitespace character. \t, \n, \r -- tab, newline, return; \d -- decimal digit [0-9] (some older regex ...
確定! 回上一頁