Database

[{"id":1234,"close":"11100","products":[{"productId":111}]},{"id":1235,"close":"10101","products":[{"productId":111}]}]

Query

db.collection.aggregate([{"$match":{close:{$regex:"^.0"}}}])

Result