7

我正在尝试使用正则表达式搜索字符串,如下所示:

db.find({ consignee: { $regex: /test/ } }, function (err, docs) {

});

但它抛出错误

错误:使用非正则表达式调用 $regex 运算符

4

0 回答 0