@Rickard_Abraham , @Agile_Dynamics ,
The RegEx from Rickard allows for multiple search and replaces in one operation, at least the add-brackets type operation. With The CFL functions like ReplaceAll you have to run as many iterations as there are search words and if you don’t work with a temp column you get the repeats of the original text, as mentioned earlier.
I think the RegEx the way it is presented by Rickard is one of those gems we every so often run into - thanks.
Greetings, Joost