
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 the cases currently available:
- UpperCase
- LowerCase
- TitleCase
- CapitaliseCase
- CapitaliseWordsCase
- ReverseCase
- AlternateCase
- CamelCase
- PascalCase
- KebabCase
- SnackCase
- HashtagCase