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