Read-RightString
PackageDeployment Module Help |
Package Deployment Module |
Read-RightString Cmdlet |
Version 4.0.0.5 |
Read-RightString
Synopsis
Extract substring from the right side of the string
Syntax
Read-RightString [-String] <String> [-Length] <String> [-ResultVariable] <String> [-ContinueOnError] [<CommonParameters>]
Description
Copies a fixed number of characters starting at the right side of a string and stores the resulting string in a variable.
Parameters
-ContinueOnError <SwitchParameter> |
||||||
Continues script execution in spite of errors in the respective command |
||||||
|
-Length <String> |
||||||
Number of characters to copy (0 = no character). |
||||||
|
-ResultVariable <String> |
||||||
A variable that collects the result. |
||||||
|
-String <String> |
||||||
The string from which characters should be copied. |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |