String regex = "\\d+";. As per Java regular expressions, the + means "one or more times" and \d means "a digit" ...
確定! 回上一頁