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
2 changes: 1 addition & 1 deletion user_guide_src/source/incoming/routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Placeholders Description
============ ===========================================================================================================
(:any) will match all characters from that point to the end of the URI. This may include multiple URI segments.
(:segment) will match any character except for a forward slash (``/``) restricting the result to a single segment.
(:num) will match any integer.
(:num) will match any positive integer.
(:alpha) will match any string of alphabetic characters
(:alphanum) will match any string of alphabetic characters or integers, or any combination of the two.
(:hash) is the same as ``(:segment)``, but can be used to easily see which routes use hashed ids.
Expand Down