substituteswith
Substituteswith is a term used in programming, data processing, and templating to describe an operation that replaces occurrences of a given value, pattern, or placeholder with another value. The phrase is not a standardized keyword in any single language, but appears as a function or method name in various libraries and frameworks, with spellings such as substitutesWith or substitutes_with.
In string processing, substituteswith typically takes at least two arguments: the target to replace and the
Semantics of substituteswith can vary: it may be pure, returning a new value without altering the original
See also: replace, substitute, mapping, templating, pattern matching. Note that substituteswith is not a universal standard