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 9060795 commit a8ac453Copy full SHA for a8ac453
reference/constraints/Slug.rst
@@ -95,7 +95,7 @@ Options
95
**type**: ``string`` default: ``/^[a-z0-9]+(?:-[a-z0-9]+)*$/``
96
97
This option allows you to modify the regular expression pattern that the input will be matched against
98
-via the preg_match PHP function.
+via the :phpfunction:`preg_match` PHP function.
99
100
If you need to use it, you might also want to take a look at the :doc:`Regex constraint <Regex>`.
101
0 commit comments