Adds characters to the left side of a string up to the maximum length.

Input

{{ "1" | lpad: 3 }}

Output

  1

Specifying the padding character

lpad supports an optional character parameter. The character parameter specifies the character used to pad the source string. If not specified, then space will be used.

Input

{{ "1" | lpad: 3, "0" }}

Output

001
© 2014-2021 Cyotek Ltd. All Rights Reserved.
Documentation version 1.7 (buildref #411.-), last modified 2021-06-01. Generated 2023-04-02 08:18 using Cyotek HelpWrite Professional version 6.19.1