Humanizer
Humanizer copied to clipboard
Titlize removes decimal point
Odd behavior it's removing the decimal point
Example "thisIs3.5mmLong".Titleize() => "This Is 3 5mm Long"
Expect it to return "This Is 3.5mm Long"
NET 7 Humanizer version 2.14.1
I can't find this method. Where is it located?
Hi, It's this method
https://github.com/Humanizr/Humanizer/blob/1bdd7a1bad03fd001d04fc0e252d279b4e785818/src/Humanizer/InflectorExtensions.cs#L62
I have fixed this issue but awaiting pull request approval