var str = '* text : текст *html_1: <p>текст*</p> *title: заголовок: текст * tag: text *tag : text'; str = str.split(/\*\s?(\w+)\s?:/); str && str.shift(); alert(JSON.stringify(str));