This function is part of the OZOFiles PowerShell module.
Returns the reverse of a given string.
Get-OZOStartSubString
-String <String>
| Parameter | Description |
|---|---|
String |
The string to reverse. Accepts pipeline input. |
Get-OZOReverseString -String "Hello, world"
"dlrow ,olleH""Hello, world" | Get-OZOReverseString
"dlrow ,olleH"System.String