Monday, October 25, 2004 - Posts

Pattern-based replacement UDF

New article posted here.

The topic du jour is a UDF for replacing substrings based on patterns (vs. T-SQL's built-in REPLACE() function, which uses static strings).