Skip to content Skip to footer navigation
You are reading the docs for an old version of Statamic. Consider upgrading to Statamic 6.

Is Lowercase Modifier

Returns true if string is only lowercase characters.

topic: fhqwhgads
from: Sibbie
{{ if topic | is_lowercase }}
{{ if from | is_lowercase }}
@if (Statamic::modify($topic)->isLowercase()->fetch()) ... @endif
@if (Statamic::modify($from)->isLowercase()->fetch()) ... @endif
true
false