JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site.
Python专题教程:正则表达式re模块详解
第 3 章 Python中的re.search
Sidebar
|
第 3 章 Python中的re.search
摘要
此处介绍,Python中的正则表达式模块re中search函数的详细使用方法。
即对应的re.search的功能和用法
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)