views:

38

answers:

1

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.

A: 

Here: http://schneegans.de/asp.net/tidy/

You might need to translate the page though.

Ruel