StringTemplateExtensions extension

Extensions for simple template substitution in strings (e.g. Hello {{name}}).

on

Methods

substituteTemplate(Map<String, String> variables) String

Available on String, provided by the StringTemplateExtensions extension

Replaces placeholders of the form {{key}} with values from variables.