Add leading or trailing characters to strings
pads
each string with the character specified by newStr
= pad(___,padCharacter
)padCharacter
instead
of the space character. You can use any of the input arguments in
the previous syntaxes.
If str
contains only one piece of text, then pad(str,padCharacter)
returns str
unaltered.