unfinished work

This commit is contained in:
liuwentan
2022-11-17 05:05:35 +08:00
parent d9f62317b2
commit 2a83517894
45 changed files with 9266 additions and 104 deletions

10
test/and_expr.conf Normal file
View File

@@ -0,0 +1,10 @@
# logic AND expressions sample
# expr_id pattern_num expression(several patterns)
# pattern_type:pattern_string&pattern_type:pattern_string&...
# PATTERN_TYPE_STR(1) PATTERN_TYPE_REG(2)
101 1 1:hello
102 1 2:[W|w]orld
103 1 1:maat
104 2 1:hello&1:world
105 2 2:[0-9]hello&1:world
106 2 2:[0-9]hello&2:[0-9]world