A simple, configurable string template that substitutes variable references within a string.
Base class for all StringTemplate exceptions.
A string template that uses the Unix shell-like syntax ${varname}
(or $varname) for variable references.
Information about a parsed variable name.
Thrown for non-safe templates when a variable is not found.
A string template that uses the cmd Windows.
Scala classes that provide for variable substitution within strings, akin to the Python
StringTemplatelibrary. Several syntaxes are supported.