I’m trying to find a way to expand selection to everything between the LESS THAN and GREATER THAN signs. For example I have some code like the following:
<p>test1<br>test2<br>test3<br></p>
And I’m trying to grab the text (test1, test2, test3) individually between each of the LT/GT symbols. I don’t see a built in feature for this but I was hoping that there could be a way to create a snippet or plugin for this.
Thank you.