码迷,mamicode.com
首页 > 其他好文 > 详细

字符串积木(一)

时间:2018-04-16 13:07:00      阅读:114      评论:0      收藏:0      [点我收藏+]

标签:art   字符   mat   cas   字符串   大写   pre   isa   index   

#大写C
# b=a.capitalize()

#小case
# b=a.casefold()

#中央集权
# b=a.center(20,‘$‘)

#有几个抗事儿的
# b=a.count(‘ec‘,9)

#结尾是它
# b=a.endswith(‘c‘)

#开头是它
# b=a.startswith(‘c‘)

#方出它
# b=a.find(‘ex‘,5,7)

#方没它
# a=‘I am {a},{b},{c}‘
# b=a.format(a=2,b=3,c=4)

#方没它们
# b=a.format_map({‘a‘:2,‘b‘:3,‘c‘:4})

# 带它出来
# b=a.index(‘a‘)

# 是OK
# b=a.isalnum()

 

字符串积木(一)

标签:art   字符   mat   cas   字符串   大写   pre   isa   index   

原文地址:https://www.cnblogs.com/shengbei/p/8855256.html

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