Skip to content

Instantly share code, notes, and snippets.

@seti123
Created February 3, 2014 16:30
Show Gist options
  • Save seti123/8787151 to your computer and use it in GitHub Desktop.
Save seti123/8787151 to your computer and use it in GitHub Desktop.
Update docs in Mongo DB with RegEx match
db.test.find('/MyPattern/i.test(JSON.stringify(this))').forEach (function(x) { x.tags='test';db.test.save(x) } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment