I think it goes like this:

<cfset blah=REReplace(blah,"(.) ","\1","ALL")>

Where "." is any character, the brackets denote grouping as a subexpression, and
"\1" is a backreference to that subexpression.

David Cummins

j p wrote:
> 
> Hello all
> 
> I have a page of text that looks like this...
> 
> H e l l o   A l l
> 
> I want to condense it to...
> 
> Hello All (getting rid of one space following every character)
> 
> I know I can do it with regEx in studio replace pane...
> but I don't know the syntax...
> 
> Anyone, Anyone, Beuhler???
> 
> TIA
> jp
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to