JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site.
Python专题教程:正则表达式re模块详解
第 6 章 Python中正则表达式的使用心得
Sidebar
|
第 6 章 Python中正则表达式的使用心得
目录
6.1. re模块搜索时要注意竖线"|"的使用
6.2. re模块的search的含义和用法及查找后group的含义
6.3. re模块的findall的模式(pattern)中是否加括号的区别
6.4. 使用re.search需要注意的事情
6.5. Python正则表达式的一些疑惑和未解决的问题
6.5.1. 搜索内容包含斜杠时,必须加上反斜杠才可以搜索到,原因未知
摘要
此处整理一下,Python中使用正则表达式的心得:
Contents
Search
前言
1. 本文目的
2. 待完成
1. Python正则表达式re模块简介
1.1. 什么是Python的re
2. Python中正则表达式的语法
2.1. Python中的正则表达式的特点
2.2. Python正则表达式的语法
2.2.1. re模块中的语法总结
3. Python中的re.search
4. Python中的re.findall
5. Python中的re.match
6. Python中正则表达式的使用心得
6.1. re模块搜索时要注意竖线"|"的使用
6.2. re模块的search的含义和用法及查找后group的含义
6.3. re模块的findall的模式(pattern)中是否加括号的区别
6.4. 使用re.search需要注意的事情
6.5. Python正则表达式的一些疑惑和未解决的问题
6.5.1. 搜索内容包含斜杠时,必须加上反斜杠才可以搜索到,原因未知
参考书目
Search Highlighter (On/Off)