The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.004 - 2023-09-08

  • [incompatible change] Rename option 'threshold' to 'min_range_len'.
  • Add option 'max_range_len' (thanks, BOOK).
  • [doc] Add more documentation & examples.

Modules

Find sequences in number arrays & convert to range (e.g. 100,2,3,4,5,101 -> 100,"2..5",101)