Expand description
Format module.
Provides string formatting and templating functions.
Functionsยง
- json_
decode - Decode a JSON string to a value.
- json_
encode - Encode a value to JSON string.
- sprintf
- Sprintf-style string formatting.
- template
- Simple template string substitution.