Return whether input matches regex of exact mobile.
static bool isMobileExact(String input) { return matches(regexMobileExact, input); }