Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions reference/constraints/Iban.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ will contain an International Bank Account Number.

.. include:: /reference/constraints/_empty-values-are-valid.rst.inc

.. note::

The IBAN validator accepts various human-readable formats, including different
whitespace types (e.g., spaces, non-breaking spaces). This flexibility may
cause issues when storing IBANs or integrating with APIs expecting a strict
format. Consider normalizing IBANs (e.g., removing whitespace) before storage
or processing to ensure compatibility.

Options
-------

Expand Down