Browse Source

markdown syntax fix

dev
anon 8 months ago
parent
commit
54e1b2e653
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      README.md

+ 1
- 2
README.md View File

@@ -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…
Cancel
Save