от МС:
https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_comparison_operators?view=powershell-7.4#replacement-with-a-script-block
"072101108108111" -replace "\d{3}", {return [char][int]$_.Value}
Должно получиться
Hello
А получается:
return [char][int]072101108108111.Valuereturn [char][int]072101108108111.Valuereturn [char][int]072101108108111.Valuereturn [char][int]072101108108111.Valuereturn [char][int]072101108108111.Value
А есть какой-нибудь обходной путь чтобы подобное и в 5.1 заработало?
Обсуждают сегодня