Actions
Feature #16835
closedNot match operator (!=) for Conditions
Start date:
2007-01-06
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
When using conditions in typoscript, it is possible to use =, > and < operators.
It would be nice to have != (not match) operator, also.
(issue imported from #M4745)
Updated by John Angel over 17 years ago
"If exists" operator (!= FALSE) should be added, also.
E.g. we want to distinguish cases when $Var is set and $Var is not set at all.
Actions