python中title函数的作用

2023-12-14 9:39:33网络知识悟空

python中title函数的作用

本文教程操作环境:windows7系统、Python3.9.1,DELLG3电脑。

1、title函数

python中字符串函数,返回’标题化‘的字符串,就是单词的开头为大写,其余为小写

2、语法

string.title()

3、使用实例

str='tHewOrLDwidEWeb'

str.title()

str.title().strip()

输出

'TheWorldwideWeb'

'TheWorldwideWeb'

以上就是python中title函数的介绍,大家如果需要将字符串转换为标题格式,可以使用title函数哦~请关注IT培训机构:筋斗云。

发表评论: