Converts the first character of the supplied string to lower case.
title: Wow
{{ title | lcfirst }}
{{ Statamic::modify($title)->lcfirst() }}
wow
lcfirst
ModifierConverts the first character of the supplied string to lower case.
title: Wow
{{ title | lcfirst }}
{{ Statamic::modify($title)->lcfirst() }}
wow
Submit improvements, related content, or suggestions through Github.
Betterify this page →