I like to to go find a user in mongoDb by looking for a user called value. The problem with:
username: \'peter\'
is that i dont find it if
db.users.find( { 'username' : { '$regex' : req.body.keyWord, '$options' : 'i' } } )