Replacing XML tags using wildcards

General discussions about Advanced Find and Replace
Post Reply
fizban
Posts: 1
Joined: Tue Oct 12, 2010 9:22 am

Replacing XML tags using wildcards

Post by fizban »

I want to be able to replace a series of XML tags within a document. The tag goes;

ID="device_12345"

and they number from _1 to _80000

I want to be able to replace the whole of the tag from beginning to end (including the speech marks) with a space (so delete all references to the particular tag).

How do i accomplish this using regular expressions?

Thanks

Post Reply