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/03/11 07:07:38 UTC

[jira] [Created] (JEXL-152) Extend Range literal to support Long values

Dmitri Blinov created JEXL-152:
----------------------------------

             Summary: Extend Range literal to support Long values
                 Key: JEXL-152
                 URL: https://issues.apache.org/jira/browse/JEXL-152
             Project: Commons JEXL
          Issue Type: Improvement
    Affects Versions: 3.0
            Reporter: Dmitri Blinov
            Priority: Minor


Add support for A .. B syntax where either A or B or both can be Long literals or objects. It can be useful for manipulation of timestamps which are in fact Long values. Implement operators (=~) and (!~) to support ranges, for example 123 =~ 10..1000.



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