author | Sebastian Harl <sh@tokkee.org> | |
Wed, 15 Oct 2014 13:36:29 +0000 (15:36 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 15 Oct 2014 13:36:29 +0000 (15:36 +0200) | ||
commit | bd23ae3fbe9af45288d515bd5e85742f8766fcf1 | |
tree | 2ece4e8022d95975107f3c9953d12d17b2798949 | tree | snapshot |
parent | 47f31649186ace5c6cfe6742647dbb710c0f58e8 | commit | diff |
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.
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 | diff | blob | history | |
src/core/store_expr.c | diff | blob | history | |
src/core/store_lookup.c | diff | blob | history | |
src/include/core/store.h | diff | blob | history |