I'm trying to parse a string variable so that it only returns everything before and after certain characters. heres an example"<BR><BR>strVar = "See-Tom-Run"<BR><BR>all i want to return is ...
So here's my problem. I've got an ASP .NET page that parses URLs created by merging an email template with data from a database, but the system doing the merging is a) not my code, b) old, and c) ...