in reply to List-to-Range generation
10 years later this is still really cool. I've been using if for a while now and there is one small issue I've seen. If you have a list of numbers, say 1,2,3 ... 39999,40000 and run it through num2range, you'll get the following back: "1-32768,32769-40000" instead of "1-40000".
I'm guessing this is because you can't have more than 32k captures in a regex?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: List-to-Range generation
by OfficeLinebacker (Chaplain) on Apr 25, 2013 at 01:13 UTC |