I have HTML code in my Sublime Text, and I want to replace my code in my Sublime Text with Find and Replace in Sublime Text, anyone can help me?
I have code like this
</div>
<li>lorem</li>
<li>ipsum</li>
<div>
I want to replace
</div>
<li>
to
</div>
<ul>
<li>
and
</li>
<div>
to
</li>
</ul>
<div>
But I want to replace at the same time. How can I do this? Replacing the many different strings in line at one time