Hey guys how can i expand this code:
string BBCSplit = Regex.Replace(BBC, @"<(.|\n)*?>", string.Empty);
how can i expand this to remove any special characters e.g. : ; , etc. but it still do what it does now which is remove div tags.
I dont fully understand the syntax of regex's yet sorry!
Thanks,
Ash