ok i dont realy understand regex that mutch, but if i were to simply put it im trying to strip HTML from that quote using mIRC scripting,
alias -l nohtml { var %x, %i = $regsub($1-,/(^[^<]*>|<[^>]*>|<[^>]*$)/g,$null,%x), %x = $remove(%x, ) | return %x }
^ Thats someone elses from another thread, but it seemed to work pretty well on the site he /she was using it to strip the html from as i recall.