regexTel property

String regexTel
final

电话号码正则表达式

Implementation

static final String regexTel = '^0\\d{2,3}[- ]?\\d{7,8}';