One tip - your second statement isn't a regex. It would make more
sense to just use replace, not rereplace.

On 11/29/06, Les Mizzell <[EMAIL PROTECTED]> wrote:
> > On 11/29/06, Charlie Griefer <[EMAIL PROTECTED]> wrote:
> >> as far as i can tell, it -would- be two rereplace() statements.
>
>
> I'm not as crazy as I thought then. Yup, using two statements works great...
>
> <cfset request.noSPACE =
>         REReplace("#mySTRING#","[[:space:]]","+","ALL")>
>
> <cfset request.myADDRESS =
>         REReplace("#request.noSPACE#",",","","ALL")>
>
>
>
> OK, where's the Elmer's so I can put that missing hair back...
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262102
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to