powershell - 置換

sample

$val = "abcdef" -replace "def","xyz"
echo $val  #abcxyz