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

str.to_titlecase() add option for capital after hyphen #18116

Closed
tommy1x opened this issue Aug 9, 2024 · 0 comments · Fixed by #18122
Closed

str.to_titlecase() add option for capital after hyphen #18116

tommy1x opened this issue Aug 9, 2024 · 0 comments · Fixed by #18122
Labels
enhancement New feature or an improvement of an existing feature

Comments

@tommy1x
Copy link

tommy1x commented Aug 9, 2024

Description

Python str.title() capitalises a word after a hyphen (e.g. Johnson-Smith), however Polars str.to_titlecase() method does it without a capital after the hyphen (Johnson-smith). Could there be an option for this?

@tommy1x tommy1x added the enhancement New feature or an improvement of an existing feature label Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant