You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.
I tried group () and named group (?P<>), both works. so the idea is use regex group to get partial url? may be we should point that and have a python regex link below.
Sometimes you want to match on a part of a path segment:
If you wanted to match the file pattern, but only capture the numeric portion, you need to do some regex fun:
This should be documented in the routing section.
The text was updated successfully, but these errors were encountered: