In the xml we have some tags like
<string1 : string2>
and many more like this.
i need to write a regular expression to delete all the string end with ":" and i.e. here string1 and ":" also. and it should be always inside < >
e.g. Input = <string1 : string2>
output = <string2>