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

Is Uppercase Modifier

Returns true if string is only uppercase characters.

declaration: NOISES
cite: anonymous
{{ if declaration | is_uppercase }}
{{ if cite | is_uppercase }}
@if (Statamic::modify($declaration)->isUppercase()->fetch()) ... @endif
@if (Statamic::modify($cite)->isUppercase()->fetch()) ... @endif
true
false