fun add(placeholder: String, replacement: Any): Unit
Adds a key value pair to the placeholders map.
placeholder - the placeholder without any tokens
placeholder
replacement - the replacement. A String object representation is used for the replacement.
replacement