Fix regexp
This commit is contained in:
parent
eeb4c07954
commit
11b763aeac
|
@ -281,8 +281,8 @@ a isnot b
|
||||||
### Regexp matches
|
### Regexp matches
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
"hello" =~ /x/
|
"hello" =~ '/x/'
|
||||||
"hello" !~ /x/
|
"hello" !~ '/x/'
|
||||||
```
|
```
|
||||||
|
|
||||||
### Single line
|
### Single line
|
||||||
|
|
Loading…
Reference in New Issue