Format & Encoding
JSON, YAML, CSV, Base64, URL encode/decode, UUID, hash ve regex islemleri.
/json format '{"a":1}'
/yaml to-json "a: 1"
/csv head ./data.csv 20
/b64 encode "hello"
/url decode "a%20b"
/uuid v7
/hash sha256 "metin"
/regex test /foo.*/i | foobar