Skip to content

Commit 95f7d90

Browse files
committed
Update reference/constraints/MinLength.rst
1 parent 7c20062 commit 95f7d90

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

reference/constraints/MinLength.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ charset
8080

8181
**type**: ``charset`` **default**: ``UTF-8``
8282

83-
If the PHP extension "mbstring" is installed, then the PHP function `mb_strlen`_
83+
If the PHP extension "mbstring" is installed, then the PHP function :phpfunction:`mb_strlen`
8484
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
85+
option is passed as the second argument to that function.

0 commit comments

Comments
 (0)