Strip HTML from Turbolister files

Associate
Joined
1 Jul 2011
Posts
1,761
Is there a way of using search & replace in Ebays Turbolister to strip out excess HTML codes, mainly COLOR and FONT SIZE, keeping line returns and CENTER
I found this online solution which does the job perfectly, but I have to edit each listing one at a time, as I have several thousand items I was hoping there was a quicker way

http://www.zubrag.com/tools/html-tags-stripper.php
Thanks
 
Last edited:
If this is a text file you're looking to remove the HTML from, use a text editor which can find/replace using regex, such as Notepad++ and run this:

Code:
/<[a-zA-Z\/][^>]*>/
 
I have had a quick look but it looks like would still involve opening each listing then cutting and pasting to and from notepad for each block of text, rather than doing the whole database in one go
Thanks anyway
 
Back
Top Bottom