in reply to Re^3: Need a regex to replace incomplete html entities
in thread Need a regex to replace incomplete html entities
You got correct Laurent. Thanks for the update and look ahead assertion.
The reason I focus on sed command is, I want to parse the xml file which has similar multiple <Remarks> tag.
But since file consist of incomplete html entities, parser is not able to parse the file.
Hence I was planning to use sed command to replace the code and then parse it.