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)