Slim 2 route parameter to allow "/forum/:id-:slug"

is there a way to implement 2 parameter in route but separated with “-” (dash)?
I am planning to make the links prettier by the less use of "/"
instead of “/forum/1/welcome-newbies” to "forum/1-welcome-newbies/

Any suggestion or comment is highly appreciated. Thanks!