Update uri-templates-advanced.rst
This may or may not be correct... I believe that the {/path*} template, when used to mach /any/number/of/parts.jpg, will return :path = ["any", "number", "of", "parts.jpg"]. The only change here is the addition of the .jpg after parts. If this is incorrect, please disregard.
This commit is contained in:
parent
6abc4044f1
commit
aa8c7b2afe
|
|
@ -37,7 +37,7 @@ You may also use the explode (``*``) modifier to match a variable number of path
|
||||||
* - {/path*}
|
* - {/path*}
|
||||||
- /any/number/of/parts.jpg
|
- /any/number/of/parts.jpg
|
||||||
- Yes
|
- Yes
|
||||||
- :path: ``["any", "number", "of", "parts"]``
|
- :path: ``["any", "number", "of", "parts.jpg"]``
|
||||||
* - /image{/image*}.jpg
|
* - /image{/image*}.jpg
|
||||||
- /image/with/any/path.jpg
|
- /image/with/any/path.jpg
|
||||||
- Yes
|
- Yes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue