Tag: github

blog

Nuget TextCase library for .NET version 1.0.8

TextCase version 1.0.8 TextCase is a powerful .NET library designed to simplify text manipulation by providing a variety of case conversion methods. Key Features Wide Range of Conversions: Transform text into 17 different cases including UpperCase, LowerCase, TitleCase, CamelCase, PascalCase, and more. Text Analysis: Easily count characters, words, letters, and sentences within your text. Easy […]

Ottorino Bruni 
blog

Nuget TextCase library for .NET

I have often used and created nuget packages in many companies and never had the desire or time to create/manage my own nuget package that could help other fellow developers. So i decide to create the TextCase library for .NET, it helps changing the cases of existing texts. Nuget TextCase library for .NET There are […]

Ottorino Bruni