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