RosettaCodeData/Task/Reverse-a-string/PowerShell/reverse-a-string-7.psh
2023-07-01 13:44:08 -04:00

1 line
54 B
Text

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