Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/PowerShell/TextUtility
- Owner: PowerShell
- License: mit
- Created: 2020-09-03T22:47:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T17:57:24.000Z (4 months ago)
- Last Synced: 2024-07-19T00:21:59.658Z (4 months ago)
- Topics: powershell, ps7, pwsh
- Language: C#
- Homepage:
- Size: 351 KB
- Stars: 62
- Watchers: 10
- Forks: 16
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
- jimsghstars - PowerShell/TextUtility - Microsoft.PowerShell.TextUtility module (C# #)
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).