RE: Stripping non-alpha characters...

2001-07-05 Thread Lee Fuller
> -Original Message- > From: 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 &

RE: Stripping non-alpha characters...

2001-07-04 Thread Dick Applebaum
a java window and say >"Sorry.. these characters (.#) are not allowed in the username." > > Lee > > >> -Original Message- >> From: Dick Applebaum [mailto:[EMAIL PROTECTED]] >> Sent: Tuesday, July 03, 2001 11:40 PM >> To: CF-Talk >&g

RE: Stripping non-alpha characters...

2001-07-04 Thread Lee Fuller
ed 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: > > > >#y# > >

Re: Stripping non-alpha characters...

2001-07-03 Thread Hamid Hossain
Lee, This is the dirtiest way to do what you asked about: #Result# hope that make sense Hamid Hossain Certified ColdFusion Developer --- Lee Fuller <[EMAIL PROTECTED]> wrote: > > > Anyone have a quick, down and dirty method of > stripping non-alpha > characters, that they'd like to sha

Re: Stripping non-alpha characters...

2001-07-03 Thread Dick Applebaum
Try: #y# 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/strip potential login names for email (as an example). > >TTAIA! > > >Lee F