$field->lower()
Converts the field content to lowercase
Example
<h1><?php echo $page->title()->lower()->html() ?></h1>