Skip to content

Kirby 4.2.0

$field->lower()

Converts the field content to lowercase

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

Return type

Kirby\Content\Field

Example

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