Skip to content

Instantly share code, notes, and snippets.

@rossjones
Created February 2, 2015 13:44
Show Gist options
  • Save rossjones/f2a7064a883679b508ae to your computer and use it in GitHub Desktop.
Save rossjones/f2a7064a883679b508ae to your computer and use it in GitHub Desktop.
v(1): <<"@" :: utf8, v :: binary>> = "@admin_email"
"@admin_email"
v(2): <<"@" :: utf8, v :: utf8>> = "@admin_email"
** (MatchError) no match of right hand side value: "@admin_email"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment