Creating Regular expressions
I have some google sheet code I put into an HTML doc.
I want to remove the sheets code but have no clue how(and i did research it, just don't understand it, must be getting old)
The code has lines that are in this format
<td data-sheets-value="{" 1":2,"2":"briar="" rose"}"="">Briar Rose</td>
<td data-sheets-value="{" 1":2,"2":"jane="" yolan"}"="">Jane Yolan</td>
<td data-sheets-value="{" 1":2,"2":"978-0765382948"}"="">978-0765382948</td>
I want to search and replace all the code from the word data sheet to the > bracket...so that the lines read
<td>Briar Rose</td>
<td>Jane Yolan</td>
<td>978-0765382948</td>
Hoping someone can help me learn how.
Thanks.
