E
Easton King
I have a large xls doc and some cells have entries that end with
<li>. I want to remove only this last instance of <li> and only when
it is the last thing in the particular cell.
For example:
<li>
Blah blah blah</li>
<li>
Blah blah blah</li>
<li>
Blah blah blah</li>
<li>
In this case, I want to remove only the last instance of the <li>
I have ASAP utils also, but can't seem to figure the logic to make
this happen.
TIA for any help you may be able to provide.
<li>. I want to remove only this last instance of <li> and only when
it is the last thing in the particular cell.
For example:
<li>
Blah blah blah</li>
<li>
Blah blah blah</li>
<li>
Blah blah blah</li>
<li>
In this case, I want to remove only the last instance of the <li>
I have ASAP utils also, but can't seem to figure the logic to make
this happen.
TIA for any help you may be able to provide.