Discussion:
Reg delete "< multiple html >"
josealberto1975
2007-11-21 08:28:09 UTC
Permalink
Hi, I have to delete lots of this:

<570;"> having
<591;"> how to d
<611;"> the list
<631;">
<651;left:261">
<672;"><255;left:293">
<692;left:261"><283;">
1. Full<304;">
<732;left:167"><324;">
<753;left:167"><344;">
<773;left:167"><364;">
<"793;left:167">
<"813;left:167">

I want to delete all html < .... > including "<" ">"

Regards,
J. Alberto



http://www.editplus.com
Aleem Juma
2007-11-21 09:59:32 UTC
Permalink
find/replace:
<[^>]*>
with nothing
Post by josealberto1975
<570;"> having
<591;"> how to d
<611;"> the list
<631;">
<651;left:261">
<672;"><255;left:293">
<692;left:261"><283;">
1. Full<304;">
<732;left:167"><324;">
<753;left:167"><344;">
<773;left:167"><364;">
<"793;left:167">
<"813;left:167">
I want to delete all html < .... > including "<" ">"
Regards,
J. Alberto
http://www.editplus.com
Yahoo! Groups Links
http://www.editplus.com
DZ-Jay
2007-11-21 10:09:30 UTC
Permalink
There's a "Remove HTML" function in the Edit menu, see if that helps.
If not, its trivial to write a regular expression for such tags.

dZ.
Post by josealberto1975
<570;"> having
<591;"> how to d
<611;"> the list
<631;">
<651;left:261">
<672;"><255;left:293">
<692;left:261"><283;">
1. Full<304;">
<732;left:167"><324;">
<753;left:167"><344;">
<773;left:167"><364;">
<"793;left:167">
<"813;left:167">
I want to delete all html < .... > including "<" ">"
Regards,
J. Alberto
http://www.editplus.com
Yahoo! Groups Links
http://www.editplus.com
josealberto1975
2007-11-22 07:11:11 UTC
Permalink
Thanks,

<[^>]*> works

Yes, there is an option:
Edit > HTML > Strip HTML Tags (Ctrl+Shift+P)


Regards,
J. Alberto
Galicia, Spain
Post by DZ-Jay
There's a "Remove HTML" function in the Edit menu, see if that
helps.
Post by DZ-Jay
If not, its trivial to write a regular expression for such tags.
dZ.
Post by josealberto1975
<570;"> having
<591;"> how to d
<611;"> the list
<631;">
<651;left:261">
<672;"><255;left:293">
<692;left:261"><283;">
1. Full<304;">
<732;left:167"><324;">
<753;left:167"><344;">
<773;left:167"><364;">
<"793;left:167">
<"813;left:167">
I want to delete all html < .... > including "<" ">"
Regards,
J. Alberto
http://www.editplus.com
Yahoo! Groups Links
http://www.editplus.com

Loading...