Enhacement proposal: LCM text replace operator

A text replace operator that finds all occurrences of a string and replaces them with another is extremely useful in situations where a value needs to have problematic characters replaced with another safe variant (or removed entirely).

For example escaping quotation marks in a value that will be then formatted into a JSON string.