-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1.1
-
Fix Version/s: 3.0
-
Labels:None
For the purpose of JEXL being more readable allow to use 'in' operator for =~
comparisons
var a = 1; if (a in [1,2,3]) ...