var str = "[reply=Esk;131] привет"; var r = str.match(/\[reply=(.*);(.*)\]/); alert(r[1]); alert(r[2]);