Returns true
if the string contains a lowercase character, false
otherwise.
loud_noises: "I DON'T KNOW WHAT WE'RE YELLING ABOUT!"
{{ if loud_noises | has_lower_case }}
@if (Statamic::modify($loud_noises)->hasLowerCase()->fetch()) @endif
false