Skip to content

Instantly share code, notes, and snippets.

@lmchawla
Created July 14, 2016 04:53
Show Gist options
  • Save lmchawla/b89330349e2ff3dc89f99cbb7928179c to your computer and use it in GitHub Desktop.
Save lmchawla/b89330349e2ff3dc89f99cbb7928179c to your computer and use it in GitHub Desktop.
var a=db.templates.find();
a.forEach(function(v){v.invite_templates.email.content = v.invite_templates.email.content.replace("Hi, {{recipient's name}}", "Hi {{recipient's name}},");db.templates.save(v);})
var a=db.templates.find();
a.forEach(function(v){print(v.invite_templates.email.content);})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment