Appearance
leftTrim(string) → string · String
leftTrim(string) → string
Remove whitespace from the LEFT (start) of a string only.
string
leftTrim(" hello ") // "hello "