摘要:
参考文档:python正则表达式正则表达式定义:正则是一门高度专业编程语言,内嵌在其他语言(python re模块)中使用。正则表达式包含元字符(metacharacter)列表,列表如下:. ^ $ * +? { [ ] \ | ( ),这些元字符只有在合适的位置才可以发挥作用。1. []用来指定... 阅读全文
posted @ 2015-10-28 19:35
快乐的小土狗
阅读(176)
评论(0)
推荐(0)
摘要:
参考文档:http://blog.csdn.net/wusuopubupt/article/details/29379367ipython环境中,输入"?re",官方解释如下:This module exports the following functions: match Match... 阅读全文
posted @ 2015-10-28 18:59
快乐的小土狗
阅读(205)
评论(0)
推荐(0)