This will remove, or replace with blanks, all non-alphanumeric characters.

<CFSET str_MyVar = REReplace(str_MyVar, "[^a-zA-Z0-9]", "", "ALL")>

Regards,

Steve

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 16, 2000 8:38 PM
To: CF-Talk
Subject: REReplace everything but 1-9 and a-z... what is the code
please...

I am on a tight time line and I know I have the code somewhere... I just do
not have the time right now.  Could someone please email me the code to
replace anything but number and letters.... Thanks.

Vance Duke
Cold Fusion Application Developer
i2 Technologies
(469) 357-4729
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to