Add MOVE Text String Panel

Would you like Bulk Rename Utility to offer new functionality? Post your comments here!

Add MOVE Text String Panel

Postby dec » Sat Mar 18, 2023 9:01 am

possibly often you really need to move a text string in name eg to move last 5 chars to first five char

see attached suggested format and function

(how do i add a bloody local screenshot or image!!? really really annoying and dysfunctional.)
dec
 
Posts: 67
Joined: Thu Oct 14, 2021 6:31 am

Re: Add MOVE Text String Panel

Postby Admin » Sun Mar 19, 2023 12:33 am

Can use a service linke : imgbb.com
The post link on forum
thanks
Admin
Site Admin
 
Posts: 2354
Joined: Tue Mar 08, 2005 8:39 pm

Re: Add MOVE Text String Panel

Postby dec » Mon Mar 20, 2023 2:32 pm

i really do not have time for extra time & effort for what should be a inherent function

anyway, you have the concept ...
dec
 
Posts: 67
Joined: Thu Oct 14, 2021 6:31 am

Re: Add MOVE Text String Panel

Postby Admin » Tue Mar 21, 2023 5:43 am

Ok, thanks
Admin
Site Admin
 
Posts: 2354
Joined: Tue Mar 08, 2005 8:39 pm

Re: Add MOVE Text String Panel

Postby dec » Sun May 14, 2023 9:35 am

dec wrote:possibly often you really need to move a text string in name eg to move last 5 chars to first five char

see attached suggested format and function

(how do i add a bloody local screenshot or image!!? really really annoying and dysfunctional.)



although another Forum suggest Imgur, i have discovered Mediafire which seems at first glance to offer massive functionality for file shaing, including here i am assuming.
dec
 
Posts: 67
Joined: Thu Oct 14, 2021 6:31 am

Re: Add MOVE Text String Panel

Postby therube » Mon May 15, 2023 3:49 pm

1:RegEx, enable, v2
Code: Select all
Match:  (.*)(.....)
Replace:  \2       \1

(spaces are there only to help distinguish)

(match anything) [up to the final] (match 5 characters)
rearrange

if < 5 characters, nothing happens
therube
 
Posts: 1319
Joined: Mon Jan 18, 2016 6:23 pm

Re: Add MOVE Text String Panel

Postby dec » Tue Jun 27, 2023 12:02 am

therube wrote:1:RegEx, enable, v2
Code: Select all
Match:  (.*)(.....)
Replace:  \2       \1

(spaces are there only to help distinguish)

(match anything) [up to the final] (match 5 characters)
rearrange

if < 5 characters, nothing happens


so sorry, i am getting no notifications, although i should be :-(

Regex just does my head in, even thjough i used to be a progammer many years ago - it is just too 'succinct' for me :-(

but that is the great thing about most things in BRU, is that they are already 'built-in', unlike, say, MP3Tag, where you have to write them all
dec
 
Posts: 67
Joined: Thu Oct 14, 2021 6:31 am

Re: Add MOVE Text String Panel

Postby dec » Wed Jun 28, 2023 2:09 pm

therube wrote:1:RegEx, enable, v2
Code: Select all
Match:  (.*)(.....)
Replace:  \2       \1

(spaces are there only to help distinguish)

(match anything) [up to the final] (match 5 characters)
rearrange

if < 5 characters, nothing happens


Bro.

so we have a text string '(****min)' in File Name (and Title)

so '****' is variable

AND text both before and after is variable AND of variable length

so we need to identify that text string in File Name and Title and then insert some separator '-'

so the only fixed text string we have to work with is 'min)'

so we need to extract the string (four numerals) in front (LHS) of 'min)'

and insert separator '-' ie **-**

????
dec
 
Posts: 67
Joined: Thu Oct 14, 2021 6:31 am

Re: Add MOVE Text String Panel

Postby dec » Wed Jun 28, 2023 2:11 pm

this Topic should be moved
dec
 
Posts: 67
Joined: Thu Oct 14, 2021 6:31 am


Return to Suggestions


cron