Closed nathggns closed 11 years ago
Router::prepare_route does not account for the '-' character when using \w.
Router::prepare_route
\w
Appears to ignore other special characters such as . too.
.
Router::prepare_route
does not account for the '-' character when using\w
.