Skip to content

padr()#

Syntax
padr( string, length, character )

Returns#

Returns the string right-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.