Hello Dojo,
I am using RegexReplace in a Visio and already replacing the - separator with $ as the values that get replaced contains that character and am now trying to construct a regex with the | character. Is there a way to also change the | character to something else like @?
Thank you in advance.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 17th July 2023
Hi Gabriel,
A handy trick is that you can nest placeholders as much as you want.
Config:
Result:
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 17th July 2023