SyntaxFix
Write A Post
Hire A Developer
Questions
To find case Insensitive string use this,
var thename = "Andrew"; db.collection.find({"name":/^thename$/i})