if particular word in line matches then I want to read that whole line . how can I do that.
like if
var str = "this is test sample msg \n this is second line \n ";
line which contain 'sample' word will be return back.
how can I do this in javascript?