str="[Hello World] - Привет Мир"; alert(str.replace(/\[[\S\s]*\]/, "")); //1 alert(str.replace(/\[([\S\s]*)\]/, "<b>$1</b>")); //2