auto commmit
This commit is contained in:
parent
4994aea8bb
commit
ac30321c21
@ -1039,7 +1039,7 @@ $ grep -n 'the' regular_express.txt
|
|||||||
18:google is the best tools for search keyword
|
18:google is the best tools for search keyword
|
||||||
```
|
```
|
||||||
|
|
||||||
示例:正则表达式 a{m,n} 用来匹配字符 a m\~n 次,这里需要将 { 和 } 进行转移,因为它们在 shell 是有特殊意义的。
|
示例:正则表达式 a{m,n} 用来匹配字符 a m\~n 次,这里需要将 { 和 } 进行转义,因为它们在 shell 是有特殊意义的。
|
||||||
|
|
||||||
```html
|
```html
|
||||||
$ grep -n 'a\{2,5\}' regular_express.txt
|
$ grep -n 'a\{2,5\}' regular_express.txt
|
||||||
|
@ -1039,7 +1039,7 @@ $ grep -n 'the' regular_express.txt
|
|||||||
18:google is the best tools for search keyword
|
18:google is the best tools for search keyword
|
||||||
```
|
```
|
||||||
|
|
||||||
示例:正则表达式 a{m,n} 用来匹配字符 a m\~n 次,这里需要将 { 和 } 进行转移,因为它们在 shell 是有特殊意义的。
|
示例:正则表达式 a{m,n} 用来匹配字符 a m\~n 次,这里需要将 { 和 } 进行转义,因为它们在 shell 是有特殊意义的。
|
||||||
|
|
||||||
```html
|
```html
|
||||||
$ grep -n 'a\{2,5\}' regular_express.txt
|
$ grep -n 'a\{2,5\}' regular_express.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user