I'm using A Better Finder Rename to rename a bunch of files in this format: SampleFileName
I'd like them to look like this: sample file name
I've gotten this far in my grep adventures, which selects the first (capitalized) word: ([AB][a-z]*) but I can't figure out how to define the subsequent words.
first one with the answer gets good karma!
thanks a lot
H
I'd like them to look like this: sample file name
I've gotten this far in my grep adventures, which selects the first (capitalized) word: ([AB][a-z]*) but I can't figure out how to define the subsequent words.
first one with the answer gets good karma!
thanks a lot
H