Modifier: is_lowercase
Returns true
if string is only lowercase characters.
topic: fhqwhgads
from: Sibbie
{{ if topic | is_lowercase }}
{{ if from | is_lowercase }}
true
false
Additional Reading
Learn how to use and chain modifiers in the Antlers template guide.