Hey again i asked a question the other day about removing html tags with regular expressions.
Well now i am wondering is there any way to use this on regular expression but add to it? So that it could also remove links beggining with http and ending with .stm or .gif?
This is the piece of code im using:
string BBCSplit = Regex.Replace(BBC, @"<(.|\n)*?>", string.Empty);
Thanks,
Ash