python的学习之路(二)
2019-04-28 08:23:49来源:博客园 阅读 ()
1、字符串内置功能练习
#!/usr/bin/env python
# *_*coding:utf-8 *_*
# Author: harson
name = 'harson'
name =str('harson')
#type代表类型
print(type(name))
#dir取出当前包含的元素
print(dir(name))
#contains包含类似于in
result = name.__contains__('ha')
print(result)
#capitalize首字母大写
result1 =name.capitalize()
print(result1)
#casefold首字符小写
result2 = name.casefold()
print(result2)
#center居中显示,第一个参数为距两侧距离,第二个参数为填充符号
result3 =name.center(30)
result4 = name.center(30,'*')
print(result3)
print(result4)
#count包含字符或字符串的数量,第一个参数为包含字符或字符串,第二、三各参数为起始和结束位置
name1 = "1231dsadasewqkljfdoigrjeoighsdhvds"
result5 = name1.count('s')
result6 = name1.count('d',0,9)
print(result5)
print(result6)
#encode解码,3.x版本不需要转化unicode,直接应用即可
name3 = '王思聪'
result7 = name3.encode('gbk')
print(result7)
#endwith判断字符串是否以某个字母或字符串为结尾
result8 = name.endswith('n')
print(result8)
#extendtabs默认用8个空格替换tab(\t)
name4 = 'ha\trosn'
result9 = name4.expandtabs()
print(result9)
#find查找字母或字符串在字符串的位置
result10 = name.find('n')
print(result10)
#format格式化
name5 = 'harson lee{0} is {1}'
result11 = name5.format('1','good')
print(result11)
#index作用于find相同
#partition分割
result12 = name.partition('r')
print(result12)
原文链接:https://www.cnblogs.com/harsonlee/p/10775237.html
如有疑问请与原作者联系
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- python3基础之“术语表(2)” 2019-08-13
- python3 之 字符串编码小结(Unicode、utf-8、gbk、gb2312等 2019-08-13
- Python3安装impala 2019-08-13
- 小白如何入门 Python 爬虫? 2019-08-13
- python_字符串方法 2019-08-13
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash