码迷,mamicode.com
首页 > 编程语言 > 详细

Python——字符串操作方法

时间:2018-09-13 16:19:29      阅读:205      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!