var a = '[Hello World] - Привет Мир', s = a.match(/[^\[]*?(?=\])/); alert(s)
var a = '[Hello World] - Привет Мир', s = a.match(/[^\[\]]+/); alert(s)