Hi,
I am wondering if there is a better and cleaner way to replace several strings in a sentence at once? The way I do now is adding a replace line of code per each string I want to replace, but I am bit concerned with too many requests it will become very slow.
Looking for ideas to make it leaner and cleaner. Thank you very much in advance.