Hello,
I'd like a way to remove numbers from the end of each cell. For example:
<table style="width: 511px; height: 189px;" border="0" cellpadding="0" cellspacing="0"><col style="mso-width-source:userset;mso-width-alt:10788;width:221pt" width="295"> <tbody><tr style="height:12.75pt" height="17"> <td class="xl63" style="height:12.75pt;width:221pt" width="295" height="17">eCleaner 2.02</td> </tr> <tr style="height:12.75pt" height="17"> <td class="xl63" style="height:12.75pt;border-top:none" height="17">BW MP3 OCX (for Visual Basic 6) 2.0.2</td> </tr> <tr style="height:12.75pt" height="17"> <td class="xl63" style="height:12.75pt;border-top:none" height="17">Hacha 3.5.0</td> </tr> <tr style="height:12.75pt" height="17"> <td class="xl63" style="height:12.75pt;border-top:none" height="17">Messenger Backup 3.4</td> </tr> <tr style="height:12.75pt" height="17"> <td class="xl63" style="height:12.75pt;border-top:none" height="17">Blu ray Player for Windows 1.0.0.0000</td> </tr> <tr style="height:12.75pt" height="17"> <td class="xl63" style="height:12.75pt;border-top:none" height="17">Pointy Thingz Cursor Set 7.1</td> </tr> <tr style="height:12.75pt" height="17"> <td class="xl63" style="height:12.75pt;border-top:none" height="17">17 handwriting fonts 15.1</td> </tr> </tbody></table>
I'd like to remove these version numbers from the software name.
NOTE: There are some cases, like in the second row, where the name includes a number that i don't want to remove.
I'd like a way to remove numbers from the end of each cell. For example:
<table style="width: 511px; height: 189px;" border="0" cellpadding="0" cellspacing="0"><col style="mso-width-source:userset;mso-width-alt:10788;width:221pt" width="295"> <tbody><tr style="height:12.75pt" height="17"> <td class="xl63" style="height:12.75pt;width:221pt" width="295" height="17">eCleaner 2.02</td> </tr> <tr style="height:12.75pt" height="17"> <td class="xl63" style="height:12.75pt;border-top:none" height="17">BW MP3 OCX (for Visual Basic 6) 2.0.2</td> </tr> <tr style="height:12.75pt" height="17"> <td class="xl63" style="height:12.75pt;border-top:none" height="17">Hacha 3.5.0</td> </tr> <tr style="height:12.75pt" height="17"> <td class="xl63" style="height:12.75pt;border-top:none" height="17">Messenger Backup 3.4</td> </tr> <tr style="height:12.75pt" height="17"> <td class="xl63" style="height:12.75pt;border-top:none" height="17">Blu ray Player for Windows 1.0.0.0000</td> </tr> <tr style="height:12.75pt" height="17"> <td class="xl63" style="height:12.75pt;border-top:none" height="17">Pointy Thingz Cursor Set 7.1</td> </tr> <tr style="height:12.75pt" height="17"> <td class="xl63" style="height:12.75pt;border-top:none" height="17">17 handwriting fonts 15.1</td> </tr> </tbody></table>
I'd like to remove these version numbers from the software name.
NOTE: There are some cases, like in the second row, where the name includes a number that i don't want to remove.