I have this Regex
(?<=\\).*$
I string is domain\username and I like to get the username. This regex code only gives me username without the domain.
What's the code to get forward value after the first backslash "\". The regex should give me username.