https://github.com/sharpyr/texting
string tools
https://github.com/sharpyr/texting
csharp enum parse string text
Last synced: 11 months ago
JSON representation
string tools
- Host: GitHub
- URL: https://github.com/sharpyr/texting
- Owner: sharpyr
- Created: 2020-11-20T03:15:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-29T23:09:22.000Z (about 1 year ago)
- Last Synced: 2025-02-07T21:38:55.142Z (about 1 year ago)
- Topics: csharp, enum, parse, string, text
- Language: C#
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

String helper
[](https://www.nuget.org/packages/Texting)
[](https://www.nuget.org/packages/Texting)
[](https://libraries.io/nuget/Texting)
[](https://dotnet.microsoft.com/learn/csharp)
[]()
[](https://github.com/sharpyr/Texting/LICENSE)
## What is Texting?
Texting is a string helper.
## Install
Texting targets .NET Standard 2.0, suitable for .NET and .NET Framework.
Install [Texting package](https://www.nuget.org/packages/Texting) and its dependencies.
NuGet Package Manager:
```powershell
Install-Package Texting
```
.NET CLI:
```shell
dotnet add package Texting
```
# Examples
---------------------
Texting has a test suite in the [test project](https://github.com/sharpyr/Texting/tree/master/Texting.Test/Src).
## Feedback
Texting is licensed under the [MIT](https://github.com/sharpyr/Texting/LICENSE) license.
Bug report and contribution are welcome at [the GitHub repository](https://github.com/sharpyr/Texting).