We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentcad0f12 commit36c2782Copy full SHA for 36c2782
README
@@ -45,8 +45,8 @@ or class is a space we want to match not assert at. But the code for it was too
45
dirty and I scrapped it. Syntax for word assertions are like posix C library, not
46
the pcre "\b" which can be used both in front or back of the word, because there is
47
no distinction, it makes the implementation potentially even uglier.
48
-* Assert flags like REG_ICASE,REG_NOTEOL,REG_NOTBOL andlookahead inside
49
-negated bracketare implementedhere (also shows use case in real world project):
+* Assert flags like REG_ICASE,REG_NOTEOL,REG_NOTBOL andlookaround assertions
+are implementedin nextvi branch or Nextvi's regex.c
50
https://github.com/kyx0r/nextvi/blob/master/regex.c
51
52
NOTES