发布于2021-05-28 17:10 下载积分(2) 下载次数(0)
前言
100行的加强型字符串。
用法
from sstr import SuperStr
print SuperStr('{"name" : "mike"}').json() # {u'name': u'mike'}
print SuperStr('1').int() # 1
print SuperStr(pickle.dumps(object())).object() # <object object at 0x1043330d0>
print SuperStr('123').list() # ['1', '2', '3']
print SuperStr('aabbbc').most_common(2) # [('b', 3), ('a', 2)]
print SuperStr('exists').exists('t') # True
print SuperStr('ababab').findall('ab') # ['ab', 'ab', 'ab']
print SuperStr('ab,ab,ab').split(',') # ['ab', 'ab', 'ab']
print SuperStr('ab,ab,ab').sub(',', '') # ababab
print SuperStr('ab,ab,ab').count('a') # 3
print SuperStr('reverse').sort().reverse() # vsrreee
print SuperStr('abc').permutations() # <itertools.permutations object at 0x1046a7830>
# capitalize
# center
# count
# decode
# encode
# endswith
# expandtabs
# find
# format
# index
# isalnum
# isalpha
# isdigit
# islower
# isspace
# istitle
# isupper
# join
# ljust
# lower
# lstrip
# partition
# replace
# rfind
# rindex
# rjust
# rpartition
# rsplit
# rstrip
# split
# splitlines
# startswith
# strip
# swapcase
# title
# translate
# upper
# zfill
作者:空气很好
链接:http://www.pythonpdf.com/blog/article/35/7fa12ad35be306277779/
来源:编程知识网
任何形式的转载都请注明出处,如有侵权 一经发现 必将追究其法律责任
昵称:
评论内容:(最多支持255个字符)
投诉与举报,广告合作请联系vgs_info@163.com或QQ3083709327
免责声明:网站文章均由用户上传,仅供读者学习交流使用,禁止用做商业用途。若文章涉及色情,反动,侵权等违法信息,请向我们举报,一经核实我们会立即删除!