Python中的第三方titlecase方法

发布于 2024-08-31 07:56:30 字数 161 浏览 3 评论 0原文

Python 中的标准字符串 title() 方法非常幼稚,无法正确处理将相当简单的单词和短语转换为标题大小写(连字符的单词、带引号的短语、带介词的短语等)。 。

在谷歌搜索中,我找到了一些不同语言的解决方案来解决这个问题。谁能推荐一个Python 中的良好实现吗?

The standard string title() method in Python is pretty naive and doesn't correctly handle converting even fairly simple words and phrases to title case (hyphenated words, phrases with quotes, phrases with prepositions, etc.).

In Googling around, I found a few solutions in different languages to this problem. Can anyone recommend a good implementation of this in Python?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文