[symfony-users] Routing: different character between vars

2011-01-20 Thread HAUSa
Is it possible to use other characters in a route, except only the slash (/)? For example, I want to use the dash (-): This works: (1) /myroute/:slug/:id Instead I want: (2) /myroute/:slug-:id This results in: (1) /myroute/my-item/56 (2) /myroute/my-item-56 -- If you want to report a

Re: [symfony-users] Routing: different character between vars

2011-01-20 Thread stof
On Thu, 20 Jan 2011 06:59:59 -0800 (PST), HAUSa jeroen_heeft_behoefte_aan_r...@hotmail.com wrote: Is it possible to use other characters in a route, except only the slash (/)? For example, I want to use the dash (-): This works: (1) /myroute/:slug/:id Instead I want: (2)