gpt4 book ai didi

python - 我如何在 Python 2 中折叠字符串?

转载 作者:太空狗 更新时间:2023-10-29 18:07:16 25 4
gpt4 key购买 nike

Python 3.3 给 str 类型添加了 casefold 方法,但是在 2.x 中我什么都没有。解决此问题的最佳方法是什么?

最佳答案

查看 py2casefold .

>>> from py2casefold import casefold
>>> print casefold(u"tschüß")
tschüss
>>> casefold(u"ΣίσυφοςfiÆ") == casefold(u"ΣΊΣΥΦΟσFIæ") == u"σίσυφοσfiæ"
True

关于python - 我如何在 Python 2 中折叠字符串?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18271077/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com