Hello!
I have a list of items like:
One item (4x8 as an example) is a text element. But I need to sort these elements by the first number of each element.
The result need to be:
4, 4**x8, 6, 8, 10x5, 19(a)**x4
Please tell me how can I do that?
You’d probably have to use some regex to extract the number you want to use. then create a new list with those numbers, and sort the original list by that new list. ListShifter will help you with that.
1 Like
ListShifter is not availably any more. Can you please recommend another plugin for this purpose?
ListShifter is now part of the Floppy plugin.
Thank you.
This topic was automatically closed after 70 days. New replies are no longer allowed.