replacer
A replacer is a tool or component that substitutes specified input strings or tokens with designated replacements. Replacers are used to modify text, transform data, or generate output from templates.
In computing, replacers enable find-and-replace operations, string manipulation, and data normalization. They come in simple literal
Common implementations include text editors and word processors, command-line tools such as sed or Perl, programming
Replacer behavior can be single-pass or streaming, global or limited to the first occurrence, and case-sensitive
Use cases include data cleaning, template rendering, configuration management, and batch renaming of files or content.