Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 314 Bytes

File metadata and controls

16 lines (12 loc) · 314 Bytes

目录

本章思维导图

一步一步了解正则表达式
        │
        ├── 初识 Python 正则表达式
        ├── 字符集
        ├── 数量词
        ├── 边界匹配符和组
        ├── re.sub
        └── re.match 和 re.search