Skip to content

Instantly share code, notes, and snippets.

@oxtopus
Created March 14, 2014 21:08
Show Gist options
  • Save oxtopus/9556964 to your computer and use it in GitHub Desktop.
Save oxtopus/9556964 to your computer and use it in GitHub Desktop.
foo.split("").reverse().join("").split(/:(?!([\\]))/).map(function(_){if (_) {return _.split("").reverse().join("")} else {return _ }}).reverse().filter(function(_) {return (_)})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment