typed twice.
>From: "Pascal Peters" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: Regex problem
>Date: Fri, 28 May 2004 09:39:54 +0200
>
>I don't want to be picky, but this won't work. He has a single quote too
>in his character set!
>
> > -----Original Message-----
> > From: Dave Carabetta [mailto:[EMAIL PROTECTED]
> > Sent: donderdag 27 mei 2004 21:10
> > To: CF-Talk
> > Subject: RE: Regex problem
> >
> > >I have this _expression_ and it works great.
> > >REReplaceNoCase(clean, "[^a-z0-9.!?'/\- ]", "", "all") Now I need to
> > >add a " to it with out it causing an error. How do I do that?
> > >
> >
> > Couldn't you just do this instead?
> >
> > REReplaceNoCase(clean, '[^a-z0-9.!?'/\-" ]', '', 'all')
> >
> > (I just changed your surrounding double quotes to single
> > quotes, which is perfectly valid, and then added the double
> > quote to your expressoin in the [].
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

