标签: java regex
db['shop.orders'].aggregate( { $match: { shipments: { $elemMatch: { status: "Delivered", deliveredAt: {"$lte":new Date("2018-07-28")}} } } })
谁能向我解释为什么第二张纸返回假的。如果我想遍历一堆不同大小的字符串并确保它们具有正确的[a-zA-Z0-9_]字符,是否应该使用其他方法?