I am using SQL Server 2008, and try to sanitize a list of urls.
Some existing examples of texts:
www.google.com
'www.google.com'
/www.google.com
www.google.com/
Ideally I can strip any leading/trailing non-alphanumeric characters so the four would give out the same output as
www.google.com