Skip to content

Kirby 4.1.2

$field->upper()

Converts the field content to uppercase

$field->upper(): Kirby\Content\Field

Return type

Kirby\Content\Field

<h1><?= $page->title()->upper() ?></h1>