Hi!
I often get emails or text files that contains usernames spread around, and I would like a simple powershell/regex way to extract out all usernames (and only the usernames) in my text.
Our usernames is on the form 3 letters + 3 digits, e.g. abc123, hed478 and so on.
Thanks!
Trond Jenssen