I need spaces

Post any Bulk Rename Command support requirements here. Open to all registered users.

I need spaces

Postby grandpaterry » Thu Jun 19, 2014 3:29 pm

JumpingJacks - Don'tLetThatDreamComeTrue.mp3

separating lower case and upper case
Is their a formula for this

Thanks
grandpaterry
 
Posts: 8
Joined: Wed Oct 17, 2012 4:45 pm

LowerUpper -> Lower Upper

Postby truth » Tue Jun 24, 2014 9:44 am

Regex can convert:[a-z][A-Z]-->[a-z] [A-Z]
But each expected-occurence of [a-z][A-Z] requires another /regexp

Example with 3-identical regexp's:
BRC32 /regexp:"(.*[a-z])([A-Z].+):\1 \2" /regexp:"(.*[a-z])([A-Z].+):\1 \2" /regexp:"(.*[a-z])([A-Z].+):\1 \2"
It converts a max of 3-occurences before renaming (you know what to do if you need more)

Note: BRU v2.7.1.2 offers 7Add-WordSpace to function similiarly, without specifying min/max
truth
 
Posts: 221
Joined: Tue Jun 25, 2013 3:39 am
Location: Earth, OrionArm, MilkyWay

Re: I need spaces

Postby grandpaterry » Wed Jul 02, 2014 2:04 pm

I have the latest version BRU v2.7.1.2

but the formula you gave me doesn't work.

HELP
grandpaterry
 
Posts: 8
Joined: Wed Oct 17, 2012 4:45 pm

Re: I need spaces

Postby truth » Thu Jul 03, 2014 2:32 am

The expression is tailored for BRC, the command-line version.
What formula/settings are you using within BRU?
truth
 
Posts: 221
Joined: Tue Jun 25, 2013 3:39 am
Location: Earth, OrionArm, MilkyWay

Re: I need spaces

Postby grandpaterry » Fri Jul 04, 2014 2:18 pm

I'm not using any formula or settings..that's what I've been waiting for.

Thanks
grandpaterry
 
Posts: 8
Joined: Wed Oct 17, 2012 4:45 pm

[a-z][A-Z] -> [a-z] [A-Z]

Postby truth » Fri Jul 04, 2014 10:19 pm

I tested the given commandline with numerous OrigNames, it never failed.
I also tried BRU's 7Add WordSpace=Checked, no problems there either.
The only thing that could cause them to fail would be Unicodes.

Whatever it is you're still 'waiting-on', it wont be coming from me..
You discredit both this forum & all who come here to learn.
I'll take no part in it... Thread abandoned.
truth
 
Posts: 221
Joined: Tue Jun 25, 2013 3:39 am
Location: Earth, OrionArm, MilkyWay

Re: I need spaces

Postby grandpaterry » Sun Aug 10, 2014 9:40 pm

I'm sorry I've been away my mother passed.

I didn't understand the add 7 part then I realized you were talking about the #7.
To make a long story short I checked #7 and Word space and it works perfectly.

Thank you again
grandpaterry
 
Posts: 8
Joined: Wed Oct 17, 2012 4:45 pm


Return to BRC Support