replacement

abstract fun replacement(tag: String): String?

A function that maps a custom tag to the string value it should be replaced with. If null is returned, the tag will not be replaced.

Return

The value the tag should be replaced with, or null if there is no mapping for the tag.

Parameters

tag

The custom tag to be replaced.