Here is a more efficient regsub tag
var %x, %i = $regsub($1-,/( |°|]'>|^[^<]*>|<[^>]*>|<[^>]*$)/g,$null,%x), %x = $replace(%x, ,$chr(32))
Also deals with
features you might come across, this will properly strip all HTML tags within your site dump the reason you'll see an extra a is because if you notice youll see without all the html tags that, that a is present..
remove the $remove + $wildtok stuff I gave you earlier just run %x alone