Hello everyone,
I am trying to convert the tags that are between < > to lower case for example
<IMG HEIGHT="200" Width="100" />
in that situation I want to change the case of the tags to lower case like <img height="200" width="100" />
and all the other tags such as <BR /> to <br /> and so on
Thanks