$field->lower() Converts the field content to lowercase kirby/config/methods.php#L459 $field->lower(): Kirby\Cms\Field Return type Kirby\Cms\Field Example <h1><?= $page->title()->lower() ?></h1>