Showing posts with label reg. Show all posts
Showing posts with label reg. Show all posts

Friday, March 9, 2012

Regular Expression Support

Is there any Reg Ex support in any recent version of SQL Server; like for
use with check constraints?
-ThanksYou can create user-defined function in a CLR language like C#. In this you
can use the RegEx libraries and then expose that CLR function to SQL Server
2005. In fact there is an example of this in the books online.
--
HTH,
SriSamp
Email: srisamp@.gmail.com
Blog: http://blogs.sqlxml.org/srinivassampath
URL: http://www32.brinkster.com/srisamp
"Jeff S" <A@.B.COM> wrote in message
news:uwGACL5MGHA.2916@.tk2msftngp13.phx.gbl...
> Is there any Reg Ex support in any recent version of SQL Server; like for
> use with check constraints?
> -Thanks
>