Read-ReplacePattern
PackageDeployment Module Help |
Package Deployment Module |
Read-ReplacePattern Cmdlet |
Version 4.0.0.5 |
Read-ReplacePattern
Synopsis
Modify String
Syntax
Read-ReplacePattern [-String] <String> [-Find] <String> [-Replace] <String> [-ContinueOnError] [-ResultVariable] <String> [<CommonParameters>]
Description
Searches for a substring in a specific string and replaces it with another substring. You may use wildcards for this command (*, ?).
Parameters
-ContinueOnError <SwitchParameter> |
||||||
Continues script execution in spite of errors in the respective command |
||||||
|
-Find <String> |
||||||
Substring that is being sought. |
||||||
|
-Replace <String> |
||||||
The found substring is replaced with this string. |
||||||
|
-ResultVariable <String> |
||||||
A variable that collects the result. |
||||||
|
-String <String> |
||||||
The string in which characters should be replaced. |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |