Returns whether the input matches the exact mobile number regex.
static bool isMobileExact(String input) { return matches(regexMobileExact, input); }