Cool. Thanks for sending it out to everyone. I may be able to use this in the future.
Zelda -----Original Message----- From: Gary Strommen [mailto:[email protected]] Sent: Friday, February 19, 2010 10:58 AM To: cf-newbie Subject: Re: Remove Symbols from Form fields I actually found what I was looking for using the following code: <cfset string = rereplace(FORM.myText, "[^a-zA-Z0-9 ]", "", "all")> Thank you for your help! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4976 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
