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 7c20062 commit 95f7d90Copy full SHA for 95f7d90
reference/constraints/MinLength.rst
@@ -80,8 +80,6 @@ charset
80
81
**type**: ``charset`` **default**: ``UTF-8``
82
83
-If the PHP extension "mbstring" is installed, then the PHP function `mb_strlen`_
+If the PHP extension "mbstring" is installed, then the PHP function :phpfunction:`mb_strlen`
84
will be used to calculate the length of the string. The value of the ``charset``
85
-option is passed as the second argument to that function.
86
-
87
-.. _`mb_strlen`: http://php.net/manual/en/function.mb-strlen.php
+option is passed as the second argument to that function.
0 commit comments