Humanizer
Free Tools
1
Posts
1
Posters
0
Views
1
Watching
-
[GitHub - Humanizr/Humanizer: Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities](https://github.com/Humanizr/Humanizer) On Nuget. Example
"PascalCaseInputStringIsTurnedIntoSentence".Humanize() => "Pascal case input string is turned into sentence"
Can also do things like take a list of numbers 1, 2, 3... and output them as 1st, 2nd, 3rd... and is localizable.
Kevin