Hi. In my string I have some unclosed html tags. For example
<div><p></p>
or
<p><b></p>
I'm using asp.net c#. Maybe regex can works.
Hi. In my string I have some unclosed html tags. For example
<div><p></p>
or
<p><b></p>
I'm using asp.net c#. Maybe regex can works.
Here: http://schneegans.de/asp.net/tidy/
You might need to translate the page though.