Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
<!--
-->
$('div').text($('div').text().replace(/(\[).*?(\])/, '$1 some text $2'));
console.log("<!-- -->".replace(/(<!--).*?(-->)/, '$1 some text $2'));
<!--radius:-->
10px
console.log(String("<!--radius:-->").replace(/(radius:).*?(-->)/, "$1" + String("10px") + "$2"))
<!--radius:--> <!--background:--> <!--texture:--> <!--border:--> <!--shadow:-->
<!--radius:10px--><!--background:--><!--texture:--><!--border:--><!--shadow:-->