Why Do Letters Pass in Postal Code Validation?
Postal code validation allows letters to accommodate international postal codes.
If you want to restrict it to the Japanese postal code format (e.g., 123-4567), use the regular expression
[0-9]{3}-[0-9]{4}
to enforce the format.
Support
If you have any other questions, please contact us or check out Our Slack Community.