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

Trims leading characters from a string.

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

trim
trim-end