Hi, I am trying to use ReplaceRegularExpression as described here:
To do a simple transformation of Quotes to escaped Quotes in strings.
I have the following:
@ReplaceRegularExpression(@Value(Description),,"],"\\\\""",FALSE)
(as the instructions say I need to add quotes and escape the quote in the to expression.)
This does not work, but at least does not have errors.
If I try to slightly change the syntax of the to expression (eg less quotes) I get serious errors...
Any ideas welcome...