mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
literal API: remove HS_FLAG_MULTILINE flag support
fixes github issue #237
This commit is contained in:
@@ -110,8 +110,8 @@ Hyperscan needs to locate the end position of the input expression via clearly
|
||||
knowing each literal's length, not by simply identifying character ``\0`` of a
|
||||
string.
|
||||
|
||||
Supported flags: :c:member:`HS_FLAG_CASELESS`, :c:member:`HS_FLAG_MULTILINE`,
|
||||
:c:member:`HS_FLAG_SINGLEMATCH`, :c:member:`HS_FLAG_SOM_LEFTMOST`.
|
||||
Supported flags: :c:member:`HS_FLAG_CASELESS`, :c:member:`HS_FLAG_SINGLEMATCH`,
|
||||
:c:member:`HS_FLAG_SOM_LEFTMOST`.
|
||||
|
||||
.. note:: We don't support literal compilation API with :ref:`extparam`. And
|
||||
for runtime implementation, traditional runtime APIs can still be
|
||||
|
Reference in New Issue
Block a user