I have a html string. In that I defined some area for editing. That area enclosed in certain comment. I want to get all the content between that comment. For example
<!--start--> some content with any html tag <!--end-->
In the above example I need the content between the start and end tag. That is want
some content with any html tag.
-Arun
1 Answer