mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
Doc changes in "pure negative" logical combination support.
This commit is contained in:
parent
ae8c8ee1c8
commit
bc80eef39f
@ -613,8 +613,9 @@ When an expression has the :c:member:`HS_FLAG_COMBINATION` flag set, it ignores
|
|||||||
all other flags except the :c:member:`HS_FLAG_SINGLEMATCH` flag and the
|
all other flags except the :c:member:`HS_FLAG_SINGLEMATCH` flag and the
|
||||||
:c:member:`HS_FLAG_QUIET` flag.
|
:c:member:`HS_FLAG_QUIET` flag.
|
||||||
|
|
||||||
Hyperscan will reject logical combination expressions at compile time that
|
Hyperscan will accept logical combination expressions at compile time that
|
||||||
evaluate to *true* when no patterns have matched; for example: ::
|
evaluate to *true* when no patterns have matched, and report the match for
|
||||||
|
combination at end of data if no patterns have matched; for example: ::
|
||||||
|
|
||||||
!101
|
!101
|
||||||
!101|102
|
!101|102
|
||||||
|
Loading…
x
Reference in New Issue
Block a user