remove all tag - Заменяет все теги на br
// Remove all tag re = /<[^>]+>/g; modifiedValue = currentValue.replace(re, '<br>');