diff --git a/README.md b/README.md index c2c0a91..26cc753 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A regex engine. ### Syntax 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) | | :----: | :---------------------: | | . | | @@ -42,4 +42,3 @@ The aim was to follow Vim's regex syntax. Esoteric special characters such as "\ | \U | | | [\] | | | [\^\] | | -| :----: | :---------------------: |