Add brackets to first word

Bulk Rename Utility How-To's

Add brackets to first word

Postby MadoxUK » Sun Jan 24, 2021 5:14 pm

Hi,

I'd like to be able to put [ ] around the first word.
Example...

[something] what ever else - you decide

Many thanks
J.
MadoxUK
 
Posts: 2
Joined: Sun Jan 24, 2021 5:07 pm

Re: Add brackets to first word

Postby Luuk » Sun Jan 24, 2021 9:12 pm

Greetings MadoxUK. At first Im thinking Replace(3) with checkmark in "First" to replace first space --> ]space, then Add(7) with "[" in Prefix.
But the problem can be that Add(7) does always succeed, even when there is not a first space!, so maybe inventing names like "[001.jpg".
So now Im thinking the better way is probably RegEx(1) like...
Match...
Code: Select all
(.*?)( .*)
Replace...
Code: Select all
[\1]\2
Luuk
 
Posts: 699
Joined: Fri Feb 21, 2020 10:58 pm

Re: Add brackets to first word

Postby MadoxUK » Mon Jan 25, 2021 6:42 pm

Hi

Thank you. :D
Worked a treat saves me loads for time.

Many thanks
J.
MadoxUK
 
Posts: 2
Joined: Sun Jan 24, 2021 5:07 pm


Return to How-To