We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b75912f + 03bd47f commit f55f474Copy full SHA for f55f474
reference/constraints/Length.rst
@@ -143,9 +143,8 @@ charset
143
**type**: ``string`` **default**: ``UTF-8``
144
145
The charset to be used when computing value's length. The
146
-:phpfunction:`grapheme_strlen` PHP function is used if available. If not,
147
-the :phpfunction:`mb_strlen` PHP function is used if available. If neither
148
-are available, the :phpfunction:`strlen` PHP function is used.
+:phpfunction:`mb_check_encoding` and :phpfunction:`mb_strlen`
+PHP functions are used.
149
150
minMessage
151
~~~~~~~~~~
0 commit comments