The only way the regex matcher knows you are looking for a digit and not the letter d is to escape the letter ( \d ). To type the regex escape ...
確定! 回上一頁