如何在Collection#find(/ * HERE * /)中使用正则表达式,如:
val coll = MongoConnection()("foo")("bar") for(x <- coll.find("name" -> ".*son$".r)) { // some operations... }