Skip to content

Instantly share code, notes, and snippets.

@JLarky
Created June 26, 2015 04:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JLarky/c75c681f5ace4ec2117b to your computer and use it in GitHub Desktop.
Save JLarky/c75c681f5ace4ec2117b to your computer and use it in GitHub Desktop.
case <<"first middle last">> of
<<"first", Bin/binary>>
when binary_part(Bin, {byte_size(Bin), -4}) =:= <<"last">> ->
ok
end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment