Returns whether the input matches the simple mobile number regex.
static bool isMobileSimple(String input) { return matches(regexMobileSimple, input); }