Now use memcmp() vs strncmp() in string comparison operators since we already short-circuit when the match will not fit in the target.

Added @containsWord.  See #182.
This commit is contained in:
brectanus
2007-10-02 18:50:35 +00:00
parent a6cf7957be
commit 83a7886071
2 changed files with 107 additions and 5 deletions

View File

@@ -2,6 +2,9 @@
01 Oct 2007 - 2.5.0-dev3
------------------------
* Added a @containsWord operator that will match a given string anywhere in
the target value, but only on word boundaries.
* Used new TX:LAST_MATCHED_VAR_NAME to store the last matched variable name
so that it can be more easily used by rules.