Creates a utility for replacing a specific placeholder string. This is useful for building text templates where the placeholder name is dynamic.
The name of the placeholder (e.g., 'user.name').
An object containing the generated placeholder string and a replacement function.
Creates a utility for replacing a specific placeholder string. This is useful for building text templates where the placeholder name is dynamic.