Module format

Module format 

Source
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.