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