Skip to content

Instantly share code, notes, and snippets.

@ourmaninamsterdam
Created September 3, 2013 22:27
Show Gist options
  • Save ourmaninamsterdam/6430454 to your computer and use it in GitHub Desktop.
Save ourmaninamsterdam/6430454 to your computer and use it in GitHub Desktop.
Underscoreesque template replace. Needs some work.
mystr.replace(/<%=.+?%>/g, function(a,b){ return a;})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment