Guest User

Untitled

a guest
Jan 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. db.collectionNAME.find({
  2. fieldNAME: mb.regex.contains("SEARCH")
  3. }).forEach(function(e,i) {
  4. e.fieldNAME=e.fieldNAME.replace("SEARCH","REPLACE");
  5. db.collectionNAME.save(e);
  6. });
Add Comment
Please, Sign In to add comment