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