Skip to content

Instantly share code, notes, and snippets.

@jfreeze
Created February 6, 2014 14:52
Show Gist options
  • Save jfreeze/8845632 to your computer and use it in GitHub Desktop.
Save jfreeze/8845632 to your computer and use it in GitHub Desktop.
URI.decode
iex(40)> URI.decode("% fred")
** (FunctionClauseError) no function clause matching in URI.hex2dec/1
(elixir) lib/uri.ex:188: URI.hex2dec(32)
(elixir) lib/uri.ex:179: URI.decode/1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment