Database

[{_id:"chrYMAqT8meXpqdrC",message:"Hello world. This is mongo"},{_id:"rKu5gf5zL6NaSvZ5Q",message:"hello. This is mongo world"},{_id:"rKu5gf5zL6NaSvZ5R",message:"world. This is mongo Hello"}]

Query

db.collection.find({$expr:{$regexMatch:{input:"$message",regex:"Hello.*world",options:"i"}}})

Result