Return whether input matches regex of simple mobile.
static bool isMobileSimple(String input) { return matches(regexMobileSimple, input); }