Hi Stivn,

You'd can call the replacenocase function twice:

<cfset mystring=replacenocase(mystring,searchstring1,replacestring1,"ALL") />
<cfset mystring=replacenocase(mystring,searchstring2,replacestring2,"ALL") />

Cheers,
Kris

> But how can i replace 2 arguments with 2 new arguments.
> For example replace "andy" with "first example" and "stivn" with "second 
> example"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285473
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