SyntaxFix
Write A Post
Hire A Developer
Questions
In a general sense, SQL Server does not support regular expressions and you cannot use them in the native T-SQL code.
You could write a CLR function to do that. See here, for example.