The correct regex to use is ^\d+$. Because “start of string” must be matched before the match of \d+, and “end of string” must be matched ...
確定! 回上一頁