Skip to content

Instantly share code, notes, and snippets.

@naosim
Created March 27, 2015 04:17
Show Gist options
  • Save naosim/ca1f2ae46ea4a4682030 to your computer and use it in GitHub Desktop.
Save naosim/ca1f2ae46ea4a4682030 to your computer and use it in GitHub Desktop.
var replaceAll = function(org, before, after){ return org.split(before).join(after); };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment