This probably isn't a web2py specific question but I thought I should ask anyway in case there is something relevant in web2py that I have missed.
I have a comments form that is used to create comments based on user input. I would like to parse this user input such that any URLs included will be clickable, ie enclosed by <a href=""> </a> Any tips?

