Change your regex to this

[[:space:],]

That should work.

On 11/29/06, Les Mizzell <[EMAIL PROTECTED]> wrote:
> I don't know why, but I always get a headache when working with
> ReReplace and RegEx stuff...
>
> OK, I need to replace *all* spaces with a "+":
>
> REReplace ("#request.mySTRING#","[[:space:]]","+","ALL")
>
> That works fine.
>
> But ... and there's always a "but" - I need to replace all commas too.
> They just need to go away and the space they were occupying closed up.
>
> Not sure how to get it to do both without doing TWO "in-series""
> ReReplace statements.
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:262089
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