This modifier returns the string padded on the left to the specified padding length (paramameter 1) with a character of choice (parameter 2).
{{ 1 | str_pad_left(2,0) }}
{{ Statamic::modify(1)->strPadLeft([2, 0]) }}
01
str_pad_left
ModifierThis modifier returns the string padded on the left to the specified padding length (paramameter 1) with a character of choice (parameter 2).
{{ 1 | str_pad_left(2,0) }}
{{ Statamic::modify(1)->strPadLeft([2, 0]) }}
01
Submit improvements, related content, or suggestions through Github.
Betterify this page →