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 23bafc9 commit 571647dCopy full SHA for 571647d
routing.rst
@@ -772,6 +772,12 @@ URL Route Parameters
772
``/blog/my-first-post`` ``blog_show`` ``$slug`` = ``my-first-post``
773
======================== ============= ===============================
774
775
+.. tip::
776
+
777
+ The :class:`Symfony\\Component\\Routing\\Requirement\\Requirement` enum
778
+ contains a collection of commonly used regular-expression constants such as
779
+ digits, dates and UUIDs which can be used as route parameter requirements.
780
781
.. tip::
782
783
Route requirements (and route paths too) can include
0 commit comments