[
https://issues.apache.org/jira/browse/JEXL-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Biestro updated JEXL-176:
-------------------------------
Affects Version/s: 2.1.1
> Synonym operator name 'in' for operator =~
> ------------------------------------------
>
> Key: JEXL-176
> URL: https://issues.apache.org/jira/browse/JEXL-176
> Project: Commons JEXL
> Issue Type: Improvement
> Affects Versions: 2.1.1
> Reporter: Dmitri Blinov
> Priority: Minor
> Fix For: Later
>
>
> 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)