regexMobileSimple constant

String const regexMobileSimple

Regex of simple mobile.

Implementation

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