What is a good complete Regex or some other process that would take the title:
How do you change a title to be part of the URL like Stackoverflow?
And turn it into
how-do-you-change-a-title-to-be-part-of-the-url-like-stackoverflow
that is used in the SEO-friendly URLs on StackOverflow?
The dev environment I am using is Rails but if there are some other platform-specific solutions (.NET, PHP, Django), I would love to see those too.
I am sure I (or another reader) will come across the same problem on a different platform down the line.
I am using custom routes, I mainly want to know how to alter the string to all special chars are removed, it's all lowercase, and all whitespace is replaced.