var regex = /dvir[\w\d\s]+/; if ( regex.test("dvir cohen") )
if ( "dvir cohen".match(/dvir[\w\d\s]+/) )