on 11/16/00 10:50 AM, David Cummins at [EMAIL PROTECTED] wrote:

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

This is the regExp syntax, but you would need to use this regexp to do the
job properly:

<cfset blah=REReplace(blah,"([^\ .]?\ ?)\ ","\1","ALL")>

-- 

Rob Keniger

big bang solutions

<mailto:[EMAIL PROTECTED]>
<http://www.bigbang.net.au>

------------------------------------------------------------------------------------------------
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