(trim-end st (? to-trim))
  st: a str
  to-trim: a str (optional)
  returns a str
F

Trims trailing characters from a string.

Equivalent to trim, but characters are only trimmed from the end of st.

trim-start
pad