Added string comparison operators: @contains, @is, @beginsWith and @endsWith with support for macro expansion. See #54.

This commit is contained in:
brectanus
2007-05-01 22:00:34 +00:00
parent 0a1610f850
commit 3f7fc7c758
2 changed files with 239 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
?? ??? 2007 - 2.2.0-trunk
-------------------------
* Added string comparison operators with support for macro expansion:
@contains, @is, @beginsWith and @endsWith.
* Enhanced debug log output to log macro expansion, quote values and
correctly display values that contained NULs.