If I want to create a link from a string, is there a function in web2py to do that?
For example I have a post title "Today is Wonderful!" and I want to create >> /blog/show/today-is-wonderful instead of >> /blog/show/today-is-wonderful%21 which gives a Invalid Request error... Thanks!

