Humanizr / Humanizer

Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Titlize removes decimal point

TQ-Benji opened this issue · comments

commented

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

commented

I can't find this method. Where is it located?

commented

Hi, It's this method

public static string Titleize(this string input)

I have fixed this issue but awaiting pull request approval