regexMobileSimple constant
String
const regexMobileSimple
Simple mobile number regex.
Implementation
static const String regexMobileSimple = '^[1]\\d{10}\$';
Simple mobile number regex.
static const String regexMobileSimple = '^[1]\\d{10}\$';