2 lines
57 B
Text
2 lines
57 B
Text
|
|
[Regex]::Matches('abc','.','RightToLeft').Value -join ''
|
|
|
[Regex]::Matches('abc','.','RightToLeft').Value -join ''
|