Through the code i got the output content as XML. I have pair or multiple of html tags as follows:
December 10
Welcome to this space
Hai, Today is Tuesday
This a xml tag
I want a regular expression as below requirement:
As above mentioned i want only one EMPTY pair Tag as
. I do not want the repeated EMPTY indefinite or definite pair tags.Please help me in this regard to use regular expression to overcome the issue.