I have a user input variable containing the string in the format: "domain\alias"
and I need to split this in two different strings: domain and alias.
I heard somewhere about conversion of strings to literals but I don't understand how that will help me here.