Skip to content
Legacy docs for Tenzir v5.x. For the latest Tenzir v6 series, visit docs.tenzir.com. Migrating from v5? Read the Tenzir v6 migration guide.

Checks if a string contains only printable characters.

is_printable(x:string) -> bool

The is_printable function returns true if x contains only printable characters and false otherwise.

from {x: "hello".is_printable()}
{x: true}

Last updated: