I have a string that gets filled with a userid and domain in the format
Domain\userid
There are multiple domains and obvioulsy the userid will be different so the only constant in each string is the "\"
How can I strip out the domain and the "\" soi that all I am left with is the userid.
Start Free Trial