Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python 中的标准字符串title()方法非常幼稚,甚至无法正确处理将相当简单的单词和短语转换为标题大小写(连字符的单词、带引号的短语、带介词的短语等)。
title()
在谷歌搜索中,我发现了一些不同语言的解决方案来解决这个问题。任何人都可以在 Python 中推荐一个好的实现吗?
通过谷歌找到这个:http: //muffinresearch.co.uk/archives/2008/05/27/titlecasepy-titlecase-in-python/