Skip to content

Instantly share code, notes, and snippets.

@olivermt
Created November 15, 2016 13:19
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 olivermt/5a894c40525ce40de474e7eadba34656 to your computer and use it in GitHub Desktop.
Save olivermt/5a894c40525ce40de474e7eadba34656 to your computer and use it in GitHub Desktop.
room_name = case location do
"LANGUAGE=" <> rest ->
case rest do
#"en-US", "nb-NO" etc format
<<_x::bytes-size(2)>> <> "-" <<_x::bytes-size(2)>> <> ":" <> loc ->
loc
#"en", "zu" etc format
<<_x::bytes-size(2)>> <> ":" <> loc ->
loc
end
loc ->
loc
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment