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
If I have a string like "Room", Case.of() returns capital.
If I turn it into a pascal string (which it already is) and then get the case of that Case.of(Case.pascal('Room'), it still returns capital.
I think there is some kind of configuration needed on how to handle single word strings, because those are ambiguous. I could propose a PR if you like.
The text was updated successfully, but these errors were encountered:
I just stumbled upon this issue:
If I have a string like "Room",
Case.of()
returnscapital
.If I turn it into a pascal string (which it already is) and then get the case of that
Case.of(Case.pascal('Room')
, it still returnscapital
.I think there is some kind of configuration needed on how to handle single word strings, because those are ambiguous. I could propose a PR if you like.
The text was updated successfully, but these errors were encountered: