Try this
REReplaceNoCase(string, '([a-z0-9]) ([a-z0-9])', '\1\2', 'all')
This will look for a character followed by a space and then a character and
replace it with the first and second character (without the space in
between.


> 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
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>
> --------------------------------------------------------------------------
----------------------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
>

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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