I want a reg exp for generating SEO-friendly URLs, so things like:
My product name
becomes
My_product_name
This is a long,long,long!!sentence
becomes
This_is_a_long_long_long_sentence
Basically so all non-alphanumeric chars are removed and replaced with underscores.
Any ideas?