Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Files

Latest commit

49a3450 · Mar 5, 2025

History

History
32 lines (17 loc) · 915 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 915 Bytes

Microsoft.PowerShell.TextUtility

This module is a collection of cmdlets for working with text content.

Please note that this module has been archived and is no longer actively maintained. Feel free to fork it if you'd like!

Compare-Text

This cmdlet compares two text strings using diff-match-patch.

diff-match-patch is under Apache 2.0 License

ConvertFrom-Base64

Return a string decoded from base64.

ConvertTo-Base64

Return a base64 encoded representation of a string.

ConvertFrom-TextTable

This will convert tabular data and convert it to an object.

Code of Conduct

Please see our Code of Conduct before participating in this project.

Security Policy

For any security issues, please see our Security Policy.