RosettaCodeData/Task/Non-decimal-radices-Input/PowerShell/non-decimal-radices-input-2.ps1
2026-04-30 12:34:36 -04:00

7 lines
180 B
PowerShell

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