python 对字符串的操作

s1='qWTGhh2e'
s2='Hello World!\nLi Ming .\nHe is a student.'
s3='    Hello  '
s4='hello world! li ming . he is a student.'
s5='13j24 '
print(s1.isalpha())       #是否都为字母
print(s1.swapcase())      #大写小写字母的转换
print(s4.title())         #每个单词首字母大写
print(s1.lower())         #大写的变小写
print(s3.upper())         #所有单词大写
print(s2.splitlines())    #按\n切割,
print(s1.center(40))      #居中
print(s3.strip())         #去掉两边的空格
print(s4.capitalize())    #第一个字母大写
print(s5.isdigit())       #是否全为数字
print(s1.isalnum())       #是否有字母
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值