3 lines
95 B
Text
3 lines
95 B
Text
$s -replace
|
|
('(.)' * $s.Length),
|
|
-join ($s.Length..1 | ForEach-Object { "`$$_" } )
|