Return whether input matches regex of Passport.
static bool isPassport(String input) { return matches(regexPassport, input); }