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

Python-字符串常用函数

时间:2015-04-13 10:51:01      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:

字符串方法:

  • len(s)
  • int(s)
  • ord(s)与chr(ASCII)
  • find(s[,start,end])
    • rfind
  • strip(s)去除首尾空格
    • lstrip
    • rstrip
  • splita(s)

 

index(sub)

rindex(sub)

s.encode([encoding])

s.decode([encoding])

技术分享

Python-字符串常用函数

标签:

原文地址:http://www.cnblogs.com/Mokaffe/p/4421530.html

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