Modifier: has_lower_case
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 }}
false
Additional Reading
Learn how to use and chain modifiers in the Antlers template guide.