$field->lower()
Converts the field content to lowercase
$field->lower(): Kirby\Content\Field
Return type
This method modifies the existing $field
object it is applied to and returns it again.
Examples
<h1><?= $page->title()->lower() ?></h1>
Converts the field content to lowercase
$field->lower(): Kirby\Content\Field
This method modifies the existing $field
object it is applied to and returns it again.
<h1><?= $page->title()->lower() ?></h1>