🌐 AI搜索 & 代理 主页
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,12 @@ URL Route Parameters
``/blog/my-first-post`` ``blog_show`` ``$slug`` = ``my-first-post``
======================== ============= ===============================

.. tip::

The :class:`Symfony\\Component\\Routing\\Requirement\\Requirement` enum
contains a collection of commonly used regular-expression constants such as
digits, dates and UUIDs which can be used as route parameter requirements.

.. tip::

Route requirements (and route paths too) can include
Expand Down