Saturday, August 5, 2017

Use Text Pad to replace XML Element with a blank (any) string

Using simple regex, we can find every element that matches a certain name and replace that line with something else.

Reg ex:

<image>.*?</image>

Be sure to format your xml DOM before pasting into text pad, to ensure line seperation.

Screenshot_1

No comments:

Post a Comment