$field->lower()

Converts the field content to lowercase

  • return (string)

Example

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