-
-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
Description
It will be very useful to have simple "OR" operator.
Ex: check whether value is string or null @string@||@null@ or @[email protected](@null@)
Is there any way to implement it?
And yes, I know I can extend expression language and add my own functions but native implementation is more descriptive, imho