The string to apply placeholders to.
Optional
options: { The options for applying placeholders.
Optional
allThe list of all placeholders (custom and default). Provide this if you have a single list of all placeholders.
Optional
checkWhether or not to check the rules of each placeholder before applying it.
Optional
context?: { The context to apply placeholders with.
Optional
customThe list of custom (user-defined) placeholders. Provide this if you have a separate list of custom placeholders.
Optional
defaultThe list of default placeholders. Provide this if you have customized the order of default placeholders or added additional defaults.
The string with placeholders substituted.
Generated using TypeDoc
Applies placeholders to a string by memoizing the results of each placeholder.