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