Skip to content

Instantly share code, notes, and snippets.

@mikecmpbll
Last active August 29, 2015 14:25
Show Gist options
  • Save mikecmpbll/f26f9cc8424567720d86 to your computer and use it in GitHub Desktop.
Save mikecmpbll/f26f9cc8424567720d86 to your computer and use it in GitHub Desktop.
tricky parsing :(
str = %{(1,"abcde,fg",213,"abc(feg)"),(1,"abcde,fg",213,"abc(feg)")}
desirable = [
["1", "abcde,fg", "213", "abc(feg)"],
["1", "abcde,fg", "213", "abc(feg)"]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment