Python 字符串 casefold() 方法
定义和用法
The casefold()
方法返回一个字符串,其中所有字符都为小写。
此方法类似于 lower()
方法,但 casefold()
方法更强大,更激进,意味着它会将更多字符转换为小写,并且在比较两个字符串时会找到更多匹配项,并且这两个字符串都使用 casefold()
方法进行转换。
语法
string.casefold()
参数值
无参数
The casefold()
方法返回一个字符串,其中所有字符都为小写。
此方法类似于 lower()
方法,但 casefold()
方法更强大,更激进,意味着它会将更多字符转换为小写,并且在比较两个字符串时会找到更多匹配项,并且这两个字符串都使用 casefold()
方法进行转换。
string.casefold()
无参数
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]