String rightpadded
Aus ExpeccoWiki
Schema
Operation
- Do a string padding (on the right).
- If the input string is shorter than the given paddedSize, return a string which is filled to the right to make the result of that size. If the input string is longer, it is send to the output unchanged.
Revisions
This block has been in the Standard Library since 1.0.
Back to Standard Library.
Previous: String [ LeftPadded ]
Next: String [ Without Leading Whitespace ]
