padl()#
Syntax
padl( string, length, character )
Returns#
Returns the string left-padded with character to the specified total length.
Parameters#
| Parameter | Description |
|---|---|
string |
The string to pad. |
length |
The desired total length of the result. |
character |
The padding character. |