Cheers. I thought of that. It still acts as the one string. There must be way to have a back reference next to a number string surely?
Adrian -----Original Message----- From: Rob Wilkerson [mailto:[EMAIL PROTECTED] Sent: 10 March 2008 12:33 To: RegEx Subject: Re: \1 and 000 On Mon, Mar 10, 2008 at 8:26 AM, Adrian Lynch <[EMAIL PROTECTED]> wrote: *snip* Try using the concatentation operator: replace ( (\d+)K, '\1' & '000' ) BTW, I didn't look up the replace() function signature, so treat that as pseudo-code. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/RegEx/message.cfm/messageid:1130 Subscription: http://www.houseoffusion.com/groups/RegEx/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.21
