Strip-Head

(strip-head string) -> string

Removes all whitespace from the head of the given string.

Example:

>> (strip-head " Test")
:: "Test"