Codeigniter Routes regex
- by esryl
want to route all underscored urls to the dashed equivalent.
what would be the codeigniter route regex.
url
/controller-name/method-name-which-is-long/
would speak to
/controller_name/method_name_which_is_long/
see: http://codeigniter.com/forums/viewreply/696690/ which gave me the idea to ask :)