#1
|
|||
|
|||
![]()
I want to rename the downloaded package from "text1 - text2- text3" (where textx can be any string) to "text1 - text3 - text2".
The regex for the matching string should be "(\w+)\s+-\s+(\w+)\s+-\s+(\w+)" and the rename should then be "$1 - $3 - $2" I tried to set this up in packagizer as shown in the attached screendump. I obvioulsy did something wrong. Can you please help me? Thanks in advance (sorry for the spelling error in the subject line - I cannot correct it after posting - should of course be "Renaming" not "Reniming"....) Last edited by cstern; 31.01.2023 at 14:12. |
Thread Tools | |
Display Modes | |
|
|