如何在Collection#find(/ * HERE * /)中使用正则表达式,如:
原文链接:https://www.f2er.com/regex/356868.htmlval coll = MongoConnection()("foo")("bar") for(x <- coll.find("name" -> ".*son$".r)) { // some operations... }