(pad-end st len (? ch \space))
  st: a str
  len: an int
  ch: a char (optional)
  returns a str
F

Adds padding characters to the end of a string.

Equivalent to pad.

pad-start
whitespace?