auto commit

This commit is contained in:
CyC2018
2019-11-02 12:07:41 +08:00
parent 182e1440a4
commit bb6e0df82d
784 changed files with 7545 additions and 2827 deletions

View File

@ -1,17 +1,4 @@
<!-- GFM-TOC -->
* [概述](#一概述)
* [匹配单个字符](#二匹配单个字符)
* [匹配一组字符](#三匹配一组字符)
* [使用元字符](#四使用元字符)
* [重复匹配](#五重复匹配)
* [位置匹配](#六位置匹配)
* [使用子表达式](#七使用子表达式)
* [回溯引用](#八回溯引用)
* [前后查找](#九前后查找)
* [嵌入条件](#十嵌入条件)
* [参考资料](#参考资料)
<!-- GFM-TOC -->
[TOC]
# 概述
@ -173,7 +160,7 @@ a.+c
^\s*\/\/.*$
```
<div align="center"> <img src="https://cs-notes-1256109796.cos.ap-guangzhou.myqcloud.com/600e9c75-5033-4dad-ae2b-930957db638e.png"/> </div><br>
![](pics/600e9c75-5033-4dad-ae2b-930957db638e.png)
**匹配结果**
@ -388,10 +375,3 @@ aBCd
# 参考资料
- BenForta. 正则表达式必知必会 [M]. 人民邮电出版社, 2007.
<div align="center"><img width="320px" src="https://cs-notes-1256109796.cos.ap-guangzhou.myqcloud.com/githubio/公众号二维码-1.png"></img></div>