Question
Remove all anchor tags before exporting to HTML
My .html file is filled with anchor tags after I export to HTML. <a id="_idTextAnchor006"></a>.
I'm trying to figure out how to use GREP to remove these. Here is my code:
Find what:
<a id="_idTextAnchor\d\d\d"></a>
Change to:
blank