feat(isPassportNumber): added validation for Indonesia (ID) by pandu-supriyono · Pull Request #1498 · validatorjs/validator.js

Added a regex for passports of the Republic of Indonesia.
Every few years, the first character increments alphabetically. As of October 2020, only passports starting with A, B, or C have been issued. An eventual update would be in order.

Checklist

  • PR contains only changes related; no stray files, etc.
  • README updated (where applicable)
  • Tests written (where applicable)