in reply to Re: Sorting files by 3 numbers in the name
in thread Sorting files by 3 numbers in the name
If you've got hundreds of filenames, I think you'll find my way runs significantly faster — it only needs to match each filename against the regexp once. Yours will do it dozens of times per filename.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Sorting files by 3 numbers in the name
by tybalt89 (Monsignor) on May 26, 2017 at 15:02 UTC |