laminas / laminas-validator

Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria
https://docs.laminas.dev/laminas-validator/
BSD 3-Clause "New" or "Revised" License
132 stars 57 forks source link

Missing Ukraine(UA) in Iban validator #117

Closed Bontah closed 2 years ago

Bontah commented 2 years ago

Bug Report

Ukraine is missing in the regex list for the iban validator

Q A
Version(s) 2.15.1

Summary

wanted to validate an ukraine iban. just found out there's no regex for ua

Current behavior

country code is not supported other not supported countries:

  1. El Salvador
  2. Jordan
  3. Qatar
  4. Kosovo
  5. Saint Lucia
  6. São Tomé and Príncipe
  7. Seychelles
  8. Timor-Leste
Ocramius commented 2 years ago

Would you be able to send a patch?

Bontah commented 2 years ago

added the PR #118 took me a little while to figure out how i can submit one.