End Google Ads 201810 - BS.net 01 --> 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