Wednesday, August 13, 2008

CodeProject: xp_pcre - Regular Expressions in T-SQL

CodeProject: xp_pcre - Regular Expressions in T-SQL
An Extended Stored Procedure to use regular expressions in T-SQL.

There are six extended stored procedures in the DLL:
xp_pcre_match
xp_pcre_match_count
xp_pcre_replace
xp_pcre_format
xp_pcre_split
xp_pcre_show_cache

No comments: