Answer the question
In order to leave comments, you need to log in
How to use regex replacement in Sublime Text or VSCode?
I have a folder with html files. How to find a specific div with a class and replace its content in all files?
<div class="header-info-box">
Разный контент, <span> включая теги</span>
</div>
(<div class="header-info-box">).+(</div>)
$1<div class="hello"></div>$2
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question