You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Biestro (Jira)" <ji...@apache.org> on 2022/12/30 13:26:00 UTC

[jira] [Resolved] (JEXL-391) Improve in/=~ operator when arguments are arrays and collections

     [ https://issues.apache.org/jira/browse/JEXL-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Biestro resolved JEXL-391.
--------------------------------
    Resolution: Fixed

CI checked.

> Improve in/=~ operator when arguments are arrays and collections
> ----------------------------------------------------------------
>
>                 Key: JEXL-391
>                 URL: https://issues.apache.org/jira/browse/JEXL-391
>             Project: Commons JEXL
>          Issue Type: Improvement
>    Affects Versions: 3.2.1
>            Reporter: Henri Biestro
>            Assignee: Henri Biestro
>            Priority: Major
>             Fix For: 3.3
>
>
> The '=~'/in operator default implementation should work with arrays (even for primitives) and collections.
> Expressions like {code}[2, 3] =~ [1, 2, 3, 4]{code} should be supported by default.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)