Module interpolate

Module interpolate 

Source
Expand description

Variable interpolation for strings

This module handles parsing and replacing variables in strings using the ${var} syntax.

Functionsยง

interpolate
Interpolate variables in a string
interpolate_list
Interpolate a list of strings
interpolate_map
Interpolate all values in a HashMap
interpolate_strict
Interpolate with strict mode - errors on undefined variables