RosettaCodeData/Task/Non-decimal-radices-Input/PowerShell/non-decimal-radices-input-2.psh

8 lines
180 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
$file = @'
John Doe abc1 K2hdystkrs
Jane Doe xyz2 Ew3jtdkufy
Joe Blow def3 Ouy1ttluyl
'@ -split [Environment]::NewLine
$file | Select-NumberFromString -Hexadecimal | Format-Table