#REReplace(rs[i].friendlyQuery,"([a-z])([A-Z])","$1 $2")#

I can't remember if the backreferences are $1 or \1



On 9/6/07, Scott Stewart <[EMAIL PROTECTED]> wrote:
> I've got a phrase "DocumentTitle", I need to put a space between the
> lowercase and upper case t's (could be different letters but the pattern
> will be the same)
>
>
>
> Tried this:
>
>
>
>
>
> #REReplace(rs[i].friendlyQuery,"[a-z][A-Z]"," ")#
>
>
>
> But it takes out the t's.
>
>
>
> Any suggestions?
>
> --
>
> Scott Stewart
>
> ColdFusion Developer
>
>
>
> SSTWebworks
>
> 4405 Oakshyre Way
>
> Raleigh, NC. 27616
>
> (703) 220-2835
>
>
>
> http://www.sstwebworks.com
>
>  <http://www.linkedin.com/in/sstwebworks>
> http://www.linkedin.com/in/sstwebworks
>
>
>
>
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:242003
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5

Reply via email to