You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Dmitri Blinov (JIRA)" <ji...@apache.org> on 2015/08/21 07:58:45 UTC

[jira] [Created] (JEXL-176) Synonym operator name 'in' for operator =~

Dmitri Blinov created JEXL-176:
----------------------------------

             Summary: Synonym operator name 'in' for operator =~
                 Key: JEXL-176
                 URL: https://issues.apache.org/jira/browse/JEXL-176
             Project: Commons JEXL
          Issue Type: Improvement
            Reporter: Dmitri Blinov
            Priority: Minor
             Fix For: 3.0


For the purpose of JEXL being more readable allow to use 'in' operator for =~
comparisons 

{code}
var a = 1; if (a in [1,2,3]) ...
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)