المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : string comparision ignores escape sequence and html tags [modified]



C# Programming
04-02-2009, 07:15 AM
Hi all,


Is there any build in string comparison or filter method that could ignore escaped character(like /r/n) & html tags(like
)?

I've tried the regular expression like "Regex.Replace(xml, "\\.", "");" for escape characters, but it didn't work.

Thanks,

modified on Wednesday, April 1, 2009 11:11 PM