var str = 'vasia(petia grisha) grisha( petia vasia) petia(vasia grisha )'; var result = str.match(/\S*?\(.*?\)/g);