Python大学教程+第七章.pptx
文本预览下载声明
第七章 字符串与正则表达式 ;字符串的基本操作 ;字符串的基本操作 ;str.captalize()
str.center(width[, fillchar])
str.count(sub[, start[, end]])
str.endswith(suffix[, start[, end]])
str.find(sub[, start[, end]])
str.index(sub[, start[, end]])
str.isalnum()
str.isalpha()
str.isdigit()
str.islower()
str.isspace()
str.istitle()
str.issuper()
str.join(iterable)
str.ljust(width[, fillchar])
str.lower() str.lstrip([chars])
;格式化字符串 ;字符编码 ;使用Python处理中文 ;正则表达式 ;正则表达式——元字符;正则表达式——元字符;正则表达式——元字符;使用re模块处理正则表达式 ;使用re模块处理正则表达式 ;使用re模块处理正则表达式
显示全部