From 36c27822f5a88564e412245b2b2d8afd90a0ca9c Mon Sep 17 00:00:00 2001 From: Kyryl Melekhin Date: Sat, 1 Nov 2025 18:36:16 +0000 Subject: [PATCH] README: update --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 86dc7b6..ac7c2da 100644 --- a/README +++ b/README @@ -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 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. -* Assert flags like REG_ICASE,REG_NOTEOL,REG_NOTBOL and lookahead inside -negated bracket are implemented here (also shows use case in real world project): +* Assert flags like REG_ICASE,REG_NOTEOL,REG_NOTBOL and lookaround assertions +are implemented in nextvi branch or Nextvi's regex.c https://github.com/kyx0r/nextvi/blob/master/regex.c NOTES