Skip to contents

Pads the string with the character from the left until it has count characters.

Arguments

string

VARCHAR

count

INTEGER

character

VARCHAR

Examples

if (FALSE) { # \dontrun{
lpad('hello', 10, '>')
} # }