@serenity-is/corelib / padLeft
padLeft(
s
,len
,ch
):any
Pads the string to the left with the specified character.
string
| number
number
Target length of the string.
string
= ' '
Character to pad with.
any
Padded string.
@serenity-is/corelib / padLeft
padLeft(
s
,len
,ch
):any
Pads the string to the left with the specified character.
string
| number
number
Target length of the string.
string
= ' '
Character to pad with.
any
Padded string.