|
Posted by mbstevens on 11/30/06 23:41
On Thu, 30 Nov 2006 22:23:01 +0000, mbstevens wrote:
>> html = html.Replace("<" + s.ToUpper(), "<" + s).Replace("/" + s.ToUpper() + ">", "/" + s + ">");;
> Begin to see why a fairly elaborate parser is needed?
The other thing that worries me is that you are converting the
string with ToUpper() instead of ToLower(). That has to have some
bizarre consequences if you're trying to convert to lower case.
Navigation:
[Reply to this message]
|