Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/PowerShell/TextUtility

Microsoft.PowerShell.TextUtility module
https://github.com/PowerShell/TextUtility

powershell ps7 pwsh

Last synced: 3 months ago
JSON representation

Microsoft.PowerShell.TextUtility module

Awesome Lists containing this project

README

        

# 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](https://github.com/google/diff-match-patch).

`diff-match-patch` is under [Apache 2.0 License](https://github.com/google/diff-match-patch/blob/master/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](.github/CODE_OF_CONDUCT.md) before participating in this project.

## Security Policy

For any security issues, please see our [Security Policy](.github/SECURITY.md).