Skip to content

Commit b5a3e15

Browse files
committed
Minor reword
1 parent eb10b2c commit b5a3e15

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

reference/constraints/Iban.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,12 @@ will contain an International Bank Account Number.
8787

8888
.. note::
8989

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.
90+
For convenience, the IBAN validator accepts values with various types of
91+
whitespace (e.g., regular, non-breaking, and narrow non-breaking spaces),
92+
which are automatically removed before validation. However, this flexibility
93+
can cause issues when storing IBANs or sending them to APIs that expect a
94+
strict format. To ensure compatibility, normalize IBANs by removing
95+
whitespace and converting them to uppercase before storing or processing.
9596

9697
Options
9798
-------

0 commit comments

Comments
 (0)