Я пытаюсь преобразовать этот запрос в Java:
db.beni.find({ $where: function() { return /.*11/.test(this.foglio) || /.*99/.test(this.comune) } })
Где this.foglio - числовое поле, а this.comune - строковое поле.
Спасибо