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

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

Awesome Lists containing this project

README

          

![Banner](https://raw.githubusercontent.com/sharpyr/Texting/refs/heads/master/media/texting-banner.svg)

String helper

[![Version](https://img.shields.io/nuget/vpre/Texting.svg)](https://www.nuget.org/packages/Texting)
[![Downloads](https://img.shields.io/nuget/dt/Texting.svg)](https://www.nuget.org/packages/Texting)
[![Dependent Libraries](https://img.shields.io/librariesio/dependents/nuget/Texting.svg?label=dependent%20libraries)](https://libraries.io/nuget/Texting)
[![Language](https://img.shields.io/badge/language-C%23-blueviolet.svg)](https://dotnet.microsoft.com/learn/csharp)
[![Compatibility](https://img.shields.io/badge/compatibility-.NET%20Standard%202.0-blue.svg)]()
[![License](https://img.shields.io/github/license/sharpyr/Texting.svg)](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).