Numeric Only regex (No Whitespace & Symbols) 只有数字的正则表达式(没有空格和符号)
static Pattern numericOnly = r'^\d+$';