Searching with regular expressions

The story isn't complete without regular expressions! Let's see a sample structure for the names collection:

{
_id : ObjectId("1ad6f68bfed0eb0be1231234"),
name : "Joe"
}
{
_id : ObjectId("1ad6f68bfed0eb0be1231235"),
name : "Joey"
}
{
_id : ObjectId("1ad6f68bfed0eb0be1231236"),
name : "Jonas South"
}
{
_id : ObjectId("1ad6f68bfed0eb0be1231237"),
name : "Aron Bjoe"
}
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.219.57.38