You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And you apply "MY VERY BIG STRING".Humanize(LetterCasing.Title); You might expect to get: "My Very Big String", but you will end up with the same string, since Title does not touch the other characters. A work around is to lowercase first then Title case.
The text was updated successfully, but these errors were encountered:
If you have a string like "MY VERY BIG STRING"
And you apply "MY VERY BIG STRING".Humanize(LetterCasing.Title); You might expect to get: "My Very Big String", but you will end up with the same string, since Title does not touch the other characters. A work around is to lowercase first then Title case.
The text was updated successfully, but these errors were encountered: