python学习之字符串转换
2019-03-13 23:37:23来源:博客园 阅读 ()
配置环境:python 3.6 python编辑器:pycharm
代码如下:
#!/usr/bin/env python #-*- coding: utf-8 -*- def strCase(): "字符串大小写转换" print("演示字符串大小写转换") print("演示字符串S赋值为:' ThIs is a PYTHON '") S = ' ThIs is a PYTHON ' print("大写转换成小写:\tS.lower() \t= %s"%(S.lower())) print("小写转换成大写:\tS.upper() \t= %s"%(S.upper())) print("大小写转换:\t\tS.swapcase() \t= %s"%(S.swapcase())) print("首字母大写:\t\tS.title() \t= %s"%(S.title())) print('\n') def strFind(): "字符串搜索、替换" print("演示字符串搜索、替换等") print("演示字符串S赋值为:' ThIs is a PYTHON '") S = ' ThIs is a PYTHON ' print("字符串搜索:\t\tS.find('is') \t= %s"%(S.find('is'))) print("字符串统计:\t\tS.count('s') \t= %s"%(S.count('s'))) print("字符串替换:\t\tS.replace('Is','is') = %s"%(S.replace('Is','is'))) print("去左右空格:\t\tS.strip() \t=#%s#"%(S.strip())) print("去左边空格:\t\tS.lstrip() \t=#%s#"%(S.lstrip())) print("去右边空格:\t\tS.rstrip() \t=#%s#"%(S.rstrip())) print('\n') def strSplit(): "字符串分割、组合" print("演示字符串分割、组合") print("演示字符串S赋值为:' ThIs is a PYTHON '") S = ' ThIs is a PYTHON ' print("字符串分割:\t\tS.split() \t= %s"%(S.split())) print("字符串组合1: '#'.join(['this','is','a','python']) \t= %s"%('#'.join(['this','is','a','python']))) print("字符串组合2: '$'.join(['this','is','a','python']) \t= %s"%('$'.join(['this','is','a','python']))) print("字符串组合3: ' '.join(['this','is','a','python']) \t= %s"%(' '.join(['this','is','a','python']))) print('\n') def strTest(): "字符串测试" print("演示字符串测试") print("演示字符串S1赋值为:'abcd'") S1 = 'abcd' print("测试S.isalpha() = %s"%(S1.isalpha())) print("测试S.isdigit() = %s"%(S1.isdigit())) print("测试S.isspace() = %s"%(S1.isspace())) print("测试S.islower() = %s"%(S1.islower())) print("测试S.isupper() = %s"%(S1.isupper())) print("测试S.istitle() = %s"%(S1.istitle())) if __name__ == '__main__': strCase() strFind() strSplit() strTest()
原文链接:https://www.cnblogs.com/qzzhou/p/10525435.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