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: about 1 month 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-08-29T22:54:42.000Z (3 months ago)
- Last Synced: 2024-10-07T11:02:42.905Z (about 1 month ago)
- Topics: powershell, ps7, pwsh
- Language: C#
- Homepage:
- Size: 354 KB
- Stars: 64
- Watchers: 9
- Forks: 18
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
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).