// find tables/collection in a db - case sensitive db.getCollectionNames().filter(function (collection) { return /mobile/.test(collection) })