Changes for version 0.03
- Fix a condition where ranges were being gobbled up
- Fix how an expression is parsed into bits without loosing characters
- Use a pre-compiled range pattern
- Remove support for space in a range pattern
- Silence perlcritic by using 'x' in matches
- Stop using pre/match/post global variables that slows down the regex engine
- Force sort the expanded list that is returned
- Try to use a more comprehensive test case
Modules
Expand range-like strings