Skip to content Skip to footer navigation
πŸ† Vote for your favorite CMS at the CMS Critic Awards! Voting ends Feb 28th.

Has Lower Case Modifier

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 }}
@if (Statamic::modify($loud_noises)->hasLowerCase()->fetch())
@endif
false