Skip to content

Instantly share code, notes, and snippets.

@clintonhalpin
Last active January 28, 2016 00:19
Show Gist options
  • Save clintonhalpin/fa5f4ba3bf8d3a5af7e7 to your computer and use it in GitHub Desktop.
Save clintonhalpin/fa5f4ba3bf8d3a5af7e7 to your computer and use it in GitHub Desktop.
function t(s, d) {
for (var p in d)
s = s.replace(new RegExp('{' + p + '}', 'g'), d[p]);
return s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment