misc: maintenance trivia

This commit is contained in:
Kyryl Melekhin
2021-10-02 16:03:39 +00:00
parent 8728bcf941
commit 04c9aae3fa
2 changed files with 5 additions and 3 deletions

1
README
View File

@@ -34,6 +34,7 @@ so that the user does not need to waste time taking strlen()
* Support for repetition operator {n} and {n,m}.
* Support for Unicode (UTF-8).
* Unlike other engines, the output is byte level offset. (Which is more useful)
* Support for non capture group ?:
* Support for wordend & wordbeg assertions
- Some limitations for word assertions are meta chars like spaces being used
in for expression itself, for example "\< abc" should match " abc" exactly at