Yep, works great. Thanks for the help. Any reason why the original doesn't work? It seems like it should, or am I misunderstanding the [[:Space:]] ?
>>-----Original Message----- >>From: Tony Weeg [mailto:[EMAIL PROTECTED]] >>Sent: Wednesday, November 27, 2002 9:50 AM >>To: CF-Talk >>Subject: RE: silly rereplace >> >><cfset form.SSN = Replace(form.SSN, ' ', '', 'all')> >> >>why not just do this? >> >>..tony >> >>Tony Weeg >>Senior Web Developer >>Information System Design >>Navtrak, Inc. >>Fleet Management Solutions >>www.navtrak.net >>410.548.2337 >> >> >>-----Original Message----- >>From: Smith, Matthew P -CONT(DYN) [mailto:[EMAIL PROTECTED]] >> >>Sent: Wednesday, November 27, 2002 10:28 AM >>To: CF-Talk >>Subject: silly rereplace >> >> >><cfset form.SSN = reReplace( form.SSN, "[[:Space:]]", "", "all" )> >> >>this is not stripping out spaces like I want it too...? >> >> >> >> >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

