intxt = 'я текст и блаблабла'; part = intxt.substring(5, 9); mass = new Array(); mass[0] = part; intxt = intxt.replace(part, ''); alert(intxt)