pub fn apply_tranformers(
val: &str,
transformations: &str,
) -> Result<String, TransformerError>Expand description
Applies any tranformations to the variable, you can chain the
transformers called whenever you use VAR_TRANSFORM_SEP_CHAR to
provide a transformer in the template.