|
James K
Flowing Fount of Yak Knowledge
1730 Posts |
Posted - 02/28/2013 : 12:01:01
|
| Unfortunately T-SQL string functions have nothing better to offer. If it supported regular expressions, it would be a much easier. So the only alternatives available currently are to either do it the painful way which you are doing, or to use a CLR function (which then can use all the features including the RegEx class in .Net). |
 |
|