#1 2024-11-18 20:24

GaryFos
Member
Registered: 2024-11-18
Posts: 1

How to move all items enclosed in parenthesis

how can i move all items enclosed in parenthesis including the parenthesis to a new location in the filename

want to change filename from

  practice garbage (12345678)

to

  practice (12345678) garbage

which rule can be used to do this ?
am new to all this....can you show me example fot the above...thanks

Last edited by GaryFos (2024-11-19 12:28)

Offline

#2 2024-11-18 21:37

den4b
Administrator
From: den4b.com
Registered: 2006-04-06
Posts: 3,440

Re: How to move all items enclosed in parenthesis

You can do this with a Regular Expressions rule by replacing expression "(\w+)\s+(\w+)\s+(\(\d+\))" with "$1 $3 $2".

Offline

Board footer

Powered by FluxBB