8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d5a37 commit 87fff9cCopy full SHA for 87fff9c
reference/constraints/Iban.rst
@@ -85,6 +85,14 @@ will contain an International Bank Account Number.
85
86
.. include:: /reference/constraints/_empty-values-are-valid.rst.inc
87
88
+.. note::
89
+
90
+ The IBAN validator accepts various human-readable formats, including different
91
+ whitespace types (e.g., spaces, non-breaking spaces). This flexibility may
92
+ cause issues when storing IBANs or integrating with APIs expecting a strict
93
+ format. Consider normalizing IBANs (e.g., removing whitespace) before storage
94
+ or processing to ensure compatibility.
95
96
Options
97
-------
98
0 commit comments