Is it possible to replace multiple different strings within one string?
For example, I would want to do {{#replace:The dog is jumping.|dog,jumping|cat,walking}}
or something similar to receive the output ”The cat is walking.”
Is this possible in any way?