menu
Tool Player
search
Home
>
Tools
>
Pad end
Pad end
Pads the end of a given string with another string until it reaches the specified length.
See examples.
Examples
1.
Input
abc
3
Parameters
keyboard_arrow_down
Length
Pad string
1
Output
0
Reset
2.
Input
abc
3
Parameters
keyboard_arrow_down
Length
Pad string
3
Output
0
Reset
Examples end here.
Hide examples.
Input
content_copy
undo
redo
fullscreen
Output
refresh
content_copy
fullscreen
You may run this tool on an array of strings. Enter one string per line in the input box.
Parameters
keyboard_arrow_down
Length
Pad string
0
See also
Append string
Prepend string
Pad start