I am pleased to announce the release of the OZOStrings PowerShell module. This module provides string manipulation functions.
Get-OZODelimiterSubStringreturns a list of strings found between Start and End delimiters.Get-OZOEndSubStringreturns the last “Length” characters of a string. If Length is longer than String, the original string is returned.Get-OZOIndexSubStringreturns the inner part of a string based on a starting index and length.Get-OZOReverseStringreturns the reverse of a given string.Get-OZOStartSubStringreturns the first “Length” characters of a string.
For installation and usage, please see README.md. You can find a link to this script and others in our Publication Catalog.