RL Vision Knowledge Base
Support questions and answers for software by RL Vision.
Note: This is an archived discussion. Any bug, problem or suggestion mentioned here is likely to have been fixed since it was written.
Subject: Re: Question about FlashRenamer and Camel/Pascal Case
Date: Sun, 10 Oct 2010 17:55:52 +0200Hi,
I've made a script that deals with just this. Go to "advanced" and then "scripting" and you will find it!
It's probably possible to do with RegExp too, but above is the easiest way :-)
// Dan
Greg wrote:
> Hello,
>
> I'm testing FlashRenamer and can't seem to figure out how to rename
> files that are camel/pascal cased. Basically I want to rename files
> that are camel cased from "CamelCaseFile1" to "Camel Case File 1".
> I've tried the regex: (?> it with FlashRenamer.
>
> Thanks!
>
> Best regards,
> Greg
>
>
I've made a script that deals with just this. Go to "advanced" and then "scripting" and you will find it!
It's probably possible to do with RegExp too, but above is the easiest way :-)
// Dan
Greg wrote:
> Hello,
>
> I'm testing FlashRenamer and can't seem to figure out how to rename
> files that are camel/pascal cased. Basically I want to rename files
> that are camel cased from "CamelCaseFile1" to "Camel Case File 1".
> I've tried the regex: (?> it with FlashRenamer.
>
> Thanks!
>
> Best regards,
> Greg
>
>