Modifier: has_upper_case
Returns true
if the string contains an uppercase character, false
otherwise.
loud_noises: "I DON'T KNOW WHAT WE'RE YELLING ABOUT!"
{{ if loud_noises | has_upper_case }}
true
Additional Reading
Learn how to use and chain modifiers in the Antlers template guide.