?
pad-trailing
Summary​
Adds additional characters to the end of a string
Description​
Fields​
string​
A string which requires trailing padding.
count​
The desired length of the string. If the length is not greater than the original string, the string is simply returned.
paddings​
The padding can be a string or an array of strings. If a string is used, the result will fill the space with whatever fraction of the string is needed, repeating. If an array is used, the result will include as many strings that are required to meet or exceed the desired size.
Helpful?