markdown syntax fix
This commit is contained in:
parent
e4b81bf64e
commit
54e1b2e653
@ -3,7 +3,7 @@ A regex engine.
|
|||||||
|
|
||||||
### Syntax
|
### Syntax
|
||||||
The aim was to follow Vim's regex syntax. Esoteric special characters such as "\zs" are not implemented, however the just is supported.
|
The aim was to follow Vim's regex syntax. Esoteric special characters such as "\zs" are not implemented, however the just is supported.
|
||||||
| :----: | :---------------------: |
|
|
||||||
| Symbol | Meaning (TODO: fill in) |
|
| Symbol | Meaning (TODO: fill in) |
|
||||||
| :----: | :---------------------: |
|
| :----: | :---------------------: |
|
||||||
| . | |
|
| . | |
|
||||||
@ -42,4 +42,3 @@ The aim was to follow Vim's regex syntax. Esoteric special characters such as "\
|
|||||||
| \U | |
|
| \U | |
|
||||||
| [\<range\>] | |
|
| [\<range\>] | |
|
||||||
| [\^\<range\>] | |
|
| [\^\<range\>] | |
|
||||||
| :----: | :---------------------: |
|
|
||||||
|
Loading…
Reference in New Issue
Block a user