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 follows title case.

is_title(x:string) -> bool

The is_title function returns true if x is in title case and false otherwise.

from {x: "Hello World".is_title()}
{x: true}

Last updated: