Aug 29, 2016
Using String.trim to trim whitespace from strings:
String.trim
iex> String.trim(" abc ") "abc"