Database

[{"key":1,"html":"<p>I am HTML<p>"},{"key":2,"html":"<p>I am CSS<p>"},{"key":3,"html":"<p>I am JavaScript<p>"}]

Query

db.collection.find({"html":{$regex:"I am HTML"}})

Result