How to use regular expression in TSQL? How to use regular expression in TSQL? sql sql

How to use regular expression in TSQL?


T-SQL does not support regular expressions. You can however create a .net CLR function that will add this ability.

This might help.
http://www.simple-talk.com/sql/t-sql-programming/clr-assembly-regex-functions-for-sql-server-by-example/