Using Add Word Space

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

Using Add Word Space

Postby CTC » Tue Apr 12, 2011 2:24 am

Is there any way to use add (7) > Word Space in the command line batch file?
CTC
 
Posts: 1
Joined: Tue Apr 12, 2011 2:22 am

Re: Using Add Word Space

Postby truth » Sun Jul 06, 2014 4:43 am

Regex can convert LowerUpper -> Lower Upper
But each occurence of LowerUpper requires another /regexp: to be converted.

An example using 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, just add more /regex's to increase the max.
truth
 
Posts: 221
Joined: Tue Jun 25, 2013 3:39 am
Location: Earth, OrionArm, MilkyWay


Return to BRC Support