Můžete použít db.getCollectionNames()
s Array.filter()
:
db.getCollectionNames().filter(function (collection) { return /pattern/.test(collection) })
Můžete použít db.getCollectionNames()
s Array.filter()
:
db.getCollectionNames().filter(function (collection) { return /pattern/.test(collection) })