JamesWTruher / TextUtility

Microsoft.PowerShell.TextUtility module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microsoft.PowerShell.TextUtility

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

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.

About

Microsoft.PowerShell.TextUtility module

License:MIT License


Languages

Language:C# 82.2%Language:PowerShell 17.8%