Python - 文本处理模块
文本处理模块
本文地址: http://blog.csdn.net/caroline_wendy/article/details/27050431
Python的文本处理模块, 使用四种内置库.
string.Template, 即string模板, 用户能够改动的模板, 在静态文本中插入动态值.
textwrap模块, 对从段落抽取的文本进行格式化输出.
re模块, 提供了完整的正則表達式库.
difflib模块, 依据加入\删除\改动的部分, 推断不同文本序列之间的详细区别.
posted on 2017-04-28 15:38 cynchanpin 阅读(590) 评论(0) 编辑 收藏 举报