You would use a regular expression for that in MongoDB. For example, db.users.find({"name": /^m/}).
確定! 回上一頁