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 d16e1ff commit ef7976bCopy full SHA for ef7976b
reference/constraints/Length.rst
@@ -1,8 +1,12 @@
1
Length
2
======
3
4
-Validates that a given string length is *between* some minimum (if is not null or blank, cf. the `min`_ option) and maximum
5
-value.
+Validates that a given string length is *between* some minimum and maximum value.
+
6
+**Warning**: *null* and *blank* values are not handled by this constraint. To
7
+handle them, refers to the :doc:`/reference/constraints/Null`,
8
+:doc:`/reference/constraints/NotNull`, :doc:`/reference/constraints/Blank` and
9
+:doc:`/reference/constraints/NotBlank` constraints.
10
11
+----------------+----------------------------------------------------------------------+
12
| Applies to | :ref:`property or method <validation-property-target>` |
0 commit comments