Hi,

This is probably easy but I haven't been able to find help on it. Basically, I want to replace the contents of a string up to the occurence of a backslash.

So,
newString = aCertainValue.ToString().Replace("wildcard\","Q");

Any ideas?

Thanks.