REGEX_TEL constant
String
const REGEX_TEL
Regex of telephone number.
Implementation
static const String REGEX_TEL =
"^0\\d{2,3}[- ]?\\d{7,8}\$";
Regex of telephone number.
static const String REGEX_TEL =
"^0\\d{2,3}[- ]?\\d{7,8}\$";