Substitute multiple words in one go

Hi,
Is there a way to substitute multiple word in a string in one go? e.g. I have a string "Quick brown fox jumps over the lazy dog", I want to substitute the "brown", "fox" and "dog" into "black", "dog" and "sheep" respectively hence the sentence turn into "Quick black dog jumps over the lazy sheep".

P.S. the number of replacements can be different depends on the case.

Thanks

OriginalPostID-268847

  Discussion posts and replies are publicly visible