RosettaCodeData/Task/Non-decimal-radices-Input/PowerShell/non-decimal-radices-input-2.psh
2017-09-25 22:28:19 +02:00

7 lines
180 B
Text

$file = @'
John Doe abc1 K2hdystkrs
Jane Doe xyz2 Ew3jtdkufy
Joe Blow def3 Ouy1ttluyl
'@ -split [Environment]::NewLine
$file | Select-NumberFromString -Hexadecimal | Format-Table