Overview
>
klyn
>
String
>
rpad
Overview
Index
Tree
Deprecated
klyn.String.rpad
method
public rpad(width as UInt, fill as Char = ' ') as String:
Description
Right pads this string in place to the target width.
Parameters
width Target width.
fill Fill character (default: space).
Returns
This string.