README: update

This commit is contained in:
Kyryl Melekhin
2025-11-01 18:36:16 +00:00
parent cad0f12966
commit 36c27822f5

4
README
View File

@@ -45,8 +45,8 @@ or class is a space we want to match not assert at. But the code for it was too
dirty and I scrapped it. Syntax for word assertions are like posix C library, not dirty and I scrapped it. Syntax for word assertions are like posix C library, not
the pcre "\b" which can be used both in front or back of the word, because there is the pcre "\b" which can be used both in front or back of the word, because there is
no distinction, it makes the implementation potentially even uglier. no distinction, it makes the implementation potentially even uglier.
* Assert flags like REG_ICASE,REG_NOTEOL,REG_NOTBOL and lookahead inside * Assert flags like REG_ICASE,REG_NOTEOL,REG_NOTBOL and lookaround assertions
negated bracket are implemented here (also shows use case in real world project): are implemented in nextvi branch or Nextvi's regex.c
https://github.com/kyx0r/nextvi/blob/master/regex.c https://github.com/kyx0r/nextvi/blob/master/regex.c
NOTES NOTES