Builtin

Builtin functions from the docs

Using the regex function in the console.

> regex("www.(.+)", "www.foo.com")
[
  "foo.com",
]

Timestamp

Timestamp docs.

> timestamp()
2018-05-13T07:44:12Z
{
  foo = "bazz"  
  bar = timestamp()
}