In this example, we present how to check if string contains only digits using regex. Where: \d - stands for "digit" and matches any digit character (0-9), ...
確定! 回上一頁