func.rpad

RPAD function pads the right-side of a string with a specific set of characters (when string1 is not null).

Syntax

func.rpad(value_string, force_length, fill_string)

Examples

func.rpad('Plaidcloud',15,'X') --> PlaidcloudXXXXX
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)