(strip string) -> string
Removes all whitespace from the head and tail of the given string.
Example:
>> (strip " Test ") :: "Test"