XML : Remove text between the tags using regular expression in notepad

I have following xml tags: <EmployerName>company name</EmployerName> and <Email>name@gmail.com</Email>

I am using the following regular expression- <EmployerName>[0-9A-Z:-]*</EmployerName> to remove the data between tags. But, the data is not getting removed. Any idea?

No comments:

Post a Comment