Skip to content

Negative Integer Ranges

Derek Callaway edited this page Apr 19, 2018 · 3 revisions

strglob wiki

Negative Integer Ranges

The negative integer ranges feature of strglob implements an ordered set of integers where the minimum and/or maximum value(s) are signed, i.e. negative. Refer to the example below for demonstration.


Example Input

[-5--2]


Example Output

-5
-4
-3
-2


Clone this wiki locally