Searched refs:substitute (Results 1 – 2 of 2) sorted by relevance
167 $substitute = $replacement[1] variable169 … $substitute = $ExecutionContext.InvokeCommand.ExpandString($substitute) variable170 Write-Verbose("`tpatch: `"$original`" -> `"$substitute`"")171 $content = $content -creplace $original,$substitute
172 $substitute = $replacement[1] variable174 … $substitute = $ExecutionContext.InvokeCommand.ExpandString($substitute) variable175 Write-Verbose("`tpatch: `"$original`" -> `"$substitute`"")176 $content = $content -creplace $original,$substitute