Module builtin

Module builtin 

Source
Expand description

Built-in template functions that plugins can use as helpers

Functionsยง

json_parse
JSON parse a string
json_stringify
JSON stringify a value
now_rfc3339
Get current timestamp in RFC3339 format
random_float
Generate random float between 0 and 1
random_int
Generate random integer in range
url_decode
URL decode a string
url_encode
URL encode a string
uuid_v4
Generate a random UUID