Python——字符串操作方法

2021-06-30 20:06

阅读:551

标签:spl   串操作   strip   字母   找不到   翻转   start   split   ase   

captlze  首字母大写

upper()  全大写

lower()  全小写

find 通过元素找索引,找不到-1

index()通过元素找索引,找不到报错

swpease 大小写翻转

repalce(old,new,count)替换

isdigit() 返回bool值

startswith endswith

title() 首字母大写

center() 居中

strip() lstrip tstrip

split

format 格式化输出

{}

{0}{1}{2}

{name}{age}{hobby}name=杨凤龙 age=16 hobby = play

len()长度

count 计数

 

 

 

Python——字符串操作方法

标签:spl   串操作   strip   字母   找不到   翻转   start   split   ase   

原文地址:https://www.cnblogs.com/cxys85/p/9640569.html


评论


亲,登录后才可以留言!