Code

store: Added support for regex matchers.
authorSebastian Harl <sh@tokkee.org>
Wed, 15 Oct 2014 13:36:29 +0000 (15:36 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 15 Oct 2014 13:36:29 +0000 (15:36 +0200)
commitbd23ae3fbe9af45288d515bd5e85742f8766fcf1
tree2ece4e8022d95975107f3c9953d12d17b2798949
parent47f31649186ace5c6cfe6742647dbb710c0f58e8
store: Added support for regex matchers.

A regex matcher matches the string value an expression evaluates to against a
regular expression. Dynamic regular expressions are supported as well through
expressions evaluating to a string which is then dynamically compiled into a
regular expression when executing the matcher.
src/core/store-private.h
src/core/store_expr.c
src/core/store_lookup.c
src/include/core/store.h