RosettaCodeData/Task/Reverse-a-string/PowerShell/reverse-a-string-7.ps1
2026-04-30 12:34:36 -04:00

1 line
54 B
PowerShell

[Regex]::Matches($s,'.','RightToLeft').Value -join ''