G
Guest
I'm trying to verify that a string conforms to the standard:
DomainName\Username
Domain and User can be letters and numbers (nothing else). I've played
around with this, but my expression returns a match if there is more than one
'\'
Example: dom\ain\Administrator (should not return a match, but does)
Thanks,
Mark
DomainName\Username
Domain and User can be letters and numbers (nothing else). I've played
around with this, but my expression returns a match if there is more than one
'\'
Example: dom\ain\Administrator (should not return a match, but does)
Thanks,
Mark