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