We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279302c commit 3d6ee28Copy full SHA for 3d6ee28
reference/constraints/MaxLength.rst
@@ -76,8 +76,6 @@ charset
76
77
**type**: ``charset`` **default**: ``UTF-8``
78
79
-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`
80
will be used to calculate the length of the string. The value of the ``charset``
81
-option is passed as the second argument to that function.
82
-
83
-.. _`mb_strlen`: http://php.net/manual/en/function.mb-strlen.php
+option is passed as the second argument to that function.
0 commit comments