auto commmit

This commit is contained in:
CyC2018 2020-02-23 16:33:14 +08:00
parent 4994aea8bb
commit ac30321c21
2 changed files with 2 additions and 2 deletions

View File

@ -1039,7 +1039,7 @@ $ grep -n 'the' regular_express.txt
18:google is the best tools for search keyword
```
示例正则表达式 a{m,n} 用来匹配字符 a m\~n 这里需要将 { } 进行转因为它们在 shell 是有特殊意义的
示例正则表达式 a{m,n} 用来匹配字符 a m\~n 这里需要将 { } 进行转因为它们在 shell 是有特殊意义的
```html
$ grep -n 'a\{2,5\}' regular_express.txt

View File

@ -1039,7 +1039,7 @@ $ grep -n 'the' regular_express.txt
18:google is the best tools for search keyword
```
示例正则表达式 a{m,n} 用来匹配字符 a m\~n 这里需要将 { } 进行转因为它们在 shell 是有特殊意义的
示例正则表达式 a{m,n} 用来匹配字符 a m\~n 这里需要将 { } 进行转因为它们在 shell 是有特殊意义的
```html
$ grep -n 'a\{2,5\}' regular_express.txt