Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Titlize removes decimal point #1261

Open
TQ-Benji opened this issue Apr 11, 2023 · 3 comments
Open

Titlize removes decimal point #1261

TQ-Benji opened this issue Apr 11, 2023 · 3 comments

Comments

@TQ-Benji
Copy link

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

@Exilon24
Copy link

Exilon24 commented May 4, 2023

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

@TQ-Benji
Copy link
Author

TQ-Benji commented May 4, 2023

Hi, It's this method

public static string Titleize(this string input)

@Ltwo3five
Copy link

I have fixed this issue but awaiting pull request approval

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants