Java RegEx that matches exactly 8 digits. I have a simple RegEx that was supposed to look for 8 digits number: String number = scanner.findInLine("\d{8}");.
確定! 回上一頁