RE: Stripping non-alpha characters...

2001-07-05 Thread Lee Fuller
: Dick Applebaum [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 10:07 AM To: CF-Talk Subject: RE: Stripping non-alpha characters... Lee In order to cause a window to popup, you need to perform the test with JavaScript on the client side. For version 4+ browsers (which use

Re: Stripping non-alpha characters...

2001-07-04 Thread Dick Applebaum
Try: cfset x = a1B,2c.3D4 cfset y = ReReplace(x, [^A-Za-z], , All) cfoutput#y#/cfoutput HTH Dick At 11:13 PM -0700 7/3/01, Lee Fuller wrote: Anyone have a quick, down and dirty method of stripping non-alpha characters, that they'd like to share? Something that would be good to check

Re: Stripping non-alpha characters...

2001-07-04 Thread Hamid Hossain
and dirty method of stripping non-alpha characters, that they'd like to share? Something that would be good to check/strip potential login names for email (as an example). TTAIA! Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http

RE: Stripping non-alpha characters...

2001-07-04 Thread Lee Fuller
in the username. Lee -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 11:40 PM To: CF-Talk Subject: Re: Stripping non-alpha characters... Try: cfset x = a1B,2c.3D4 cfset y = ReReplace(x, [^A-Za-z], , All) cfoutput#y

RE: Stripping non-alpha characters...

2001-07-04 Thread Dick Applebaum
-Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 11:40 PM To: CF-Talk Subject: Re: Stripping non-alpha characters... Try: cfset x = a1B,2c.3D4 cfset y = ReReplace(x, [^A-Za-z], , All) cfoutput#y#/cfoutput HTH Dick

Stripping non-alpha characters...

2001-07-03 Thread Lee Fuller
Anyone have a quick, down and dirty method of stripping non-alpha characters, that they'd like to share? Something that would be good to check/strip potential login names for email (as an example). TTAIA! Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation