ReplaceValues
This function replaces some values with others.
example:
select config.ReplaceValues('asebfgghghjr6575e6 ghj hg',' ','gh 6','|GH| ^7^')
asebfg|GH||GH|jr^7^575e^7^ |GH|j hg
Parameteres:
@row
the original string
@delimitator
the delimitator of the strings of the values to find and to replace
@values
the string with the values to find
@replace
the string with the values to replace