regexMobileSimple constant

String const regexMobileSimple

Simple mobile number regex.

Implementation

static const String regexMobileSimple = '^[1]\\d{10}\$';