Skip to content

Commit a8ac453

Browse files
tcochalamirault
andauthored
Mark PHP function
Co-authored-by: Antoine Lamirault <[email protected]>
1 parent 9060795 commit a8ac453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Slug.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Options
9595
**type**: ``string`` default: ``/^[a-z0-9]+(?:-[a-z0-9]+)*$/``
9696

9797
This option allows you to modify the regular expression pattern that the input will be matched against
98-
via the preg_match PHP function.
98+
via the :phpfunction:`preg_match` PHP function.
9999

100100
If you need to use it, you might also want to take a look at the :doc:`Regex constraint <Regex>`.
101101

0 commit comments

Comments
 (0)