db.users.find({"name": /.*m.*/}); db.users.find({"name": /m/}); Items.find({"description": {$regex: ".*" + variable + ".*"}}).fetch();