Need help with find and replace expressions
Hi,
I have over 500 div tags with various page ids.
Example:
<div id="page_5">
<div id="id5_1">
<div id="id5_2">
<div id="page_6">
<div id="id6_1">
What expression in the search and replace can I use to remove ALL div tags?
Thanks

