Open seaswalker opened 1 year ago
Select-String -Path .\classes.txt -Pattern 'Class\(id=([0-9]+)' -AllMatches | % {$_.Matches} | % {$_.Groups[1]} | % {$_.Value}