#
Git
Press
Login
Tag
#
string
Tagged
Posts
Chihwei-Hsu
@ 2017/08/10
2017-8-10 string 去掉标点符号
str.isalnum:S.isalnum() -> boolReturn True if all characters in S are alphanumeric and there is at least one character in S, False otherwise.
Chihwei-Hsu
@ 2017/08/06
2017-8-6 python string
n = '4'n.zfill(3)'004'
Chihwei-Hsu
@ 2017/09/12
2017-9-12 str() vs json.dumps()
<!--more--> data = {'jsonKey': 'jsonValue',"title": "hello world"}