alphaNumericPattern constant
String
const alphaNumericPattern
/////////////用于检测的正则表达式/////////////
Implementation
static const String alphaNumericPattern = "[a-zA-Z0-9\\-\\_"
"一二三四五六七八九零壹貳叁肆伍陸柒捌玖零"
"⓪①②③④⑤⑥⑦⑧⑨⑴-⑼㈠-㈨❶-❾❿㊀-㊈㊉"
"\\u0030-\\u0039\\u20E3\\uFE0F\\u00B9\\u00B2\\u00B3"
"\\u2070\\u2074-\\u2079\\u2080-\\u2089]";