RosettaCodeData/Task/Reverse-a-string/PowerShell/reverse-a-string-7.psh

2 lines
57 B
Plaintext

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