You are also getting exclamation points, colons, and periods. The code that
you have posted should replace anything that is not a letter, number or
space (though I would use \s for a space, as it is more readable). Are you
sure that you are not outputting the original text, not the modified
version?


On Tue, May 13, 2014 at 11:26 AM, Matthew Smith <chedders...@gmail.com>wrote:

>
> I have this:
> <cfset request.page.description =
> REReplace(request.page.description,"[^0-9A-Za-z ]","","all")>
>
> yes I am still getting quotes in the description.
>
>
>
> http://www.theartoflovingcatsanddogs.com/art-item/pueblo-kitties-coffee-cup-286/index.cfm
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358636
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to