OZOStrings PowerShell Module

I am pleased to announce the release of the OZOStrings PowerShell module. This module provides string manipulation functions.

  • Get-OZODelimiterSubString returns a list of strings found between Start and End delimiters.
  • Get-OZOEndSubString returns the last “Length” characters of a string. If Length is longer than String, the original string is returned.
  • Get-OZOIndexSubString returns the inner part of a string based on a starting index and length.
  • Get-OZOReverseString returns the reverse of a given string.
  • Get-OZOStartSubString returns 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.