RE: Any RegEx wizards about??

2001-02-27 Thread BORKMAN Lee
An even simpler solution... Replace(form.EmailText,'"','','all') Magic. Good Luck, Lee (Bjork) Borkman http://bjork.net ColdFusion Tags by Bjork -Original Message- From: Edward Chanter [mailto:[EMAIL PROTECTED]] > > Replace(form.EmailText,,"","all") will work just fine > >

RE: [Any RegEx wizards about??]

2001-02-27 Thread Jeremy Allen
#strFoo# #strFoo# #strFoo# >-Original Message- >From: Alex [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, February 27, 2001 9:43 AM >To: CF-Talk >Subject: Re: [Any RegEx wizards about??] > > >try >#REReplace("#Form.EmailText#","[\"]",&q

RE: Any RegEx wizards about??

2001-02-27 Thread Edward Chanter
Philip, Once again you've saved my sanity, it worked like a dream. Thank you very much! We are not worthy. -= Ed > -Original Message- > From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 27, 2001 3:06 PM > To: CF-Talk > Su

RE: Any RegEx wizards about??

2001-02-27 Thread Edward Chanter
Nope, it didn't work :-( > -Original Message- > From: Kevin Gilchrist [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 27, 2001 3:04 PM > To: CF-Talk > Subject: RE: Any RegEx wizards about?? > > > Try escaping the quotes: > #REReplace(&

RE: Any RegEx wizards about??

2001-02-27 Thread Philip Arnold - ASP
> I hate these things.. > > Why won't: > > #REReplace("#Form.EmailText#","["]","","ALL")# > > work, when > > #REReplace("#Form.EmailText#","[(]","","ALL")# > > does work I bet it's the speechmarks I'm trying to replace with > blanks. what should I use instead of a speechmark Not a

RE: Any RegEx wizards about??

2001-02-27 Thread Edward Chanter
eshot/view-search.cfm?bananas=yummy > -Original Message- > From: Alex [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 27, 2001 2:43 PM > To: CF-Talk > Subject: Re: [Any RegEx wizards about??] > > > try > #REReplace("#Form.EmailText#","[\"

RE: Any RegEx wizards about??

2001-02-27 Thread Kevin Gilchrist
Try escaping the quotes: #REReplace("#Form.EmailText#","[\"]","","ALL")# Speaking of wizards... http://www.builder.com/Programming/Scripter/050698/toolrei.html -Original Message- From: Edward Chanter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 9:31 AM To: CF-Talk Subject:

Re: [Any RegEx wizards about??]

2001-02-27 Thread Alex
try #REReplace("#Form.EmailText#","[\"]","","ALL")# "Edward Chanter" <[EMAIL PROTECTED]> wrote: HELP! I hate these things.. Why won't: #REReplace("#Form.EmailText#","["]","","ALL")# work, when #REReplace("#Form.EmailText#","[(]","","ALL")# does work I bet it's the speechmarks I'm t