How do you get first non-repeating character in a string.
In Windows PowerShell v5.1 you could use Group-Object but as I showed last time that approach has been taken away in PowerShell v6.1.
Instead you need to loop through the characters in… Read the full text.