ReReplaceNoCase problem

2002-01-25 Thread Eddie Shipman
I have this text: < font color="white"> How would I turn it into: using REReplaceNoCase... This effort chokes: temp = < font color="white">" REReplaceNoCase(temp, "&##60;(font[^62]&(&##62;)", "<\1>", "ALL"); __ Do You Yahoo!? Great stuf

RE: ReReplaceNoCase problem

2002-01-25 Thread Steve Oliver
Try this: "> ]*)>","<\1>","ALL")> __ steve oliver cresco technologies, inc. http://www.crescotech.com -Original Message- From: Eddie Shipman [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 4:51 PM To: CF-T

RE: ReReplaceNoCase problem

2002-01-25 Thread Eddie Shipman
Even though I sent the message in plaintext... the text that was sent in the message didn't come out correct... This text, < font color="white"> was supposed to be: <font color="white"> I want it changed to: --- Steve Oliver <[EMAIL PROTECTED]> wrote: > Try this: > > "> > >

RE: ReReplaceNoCase problem

2002-01-25 Thread Steve Oliver
ssage- From: Eddie Shipman [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 5:07 PM To: CF-Talk Subject: RE: ReReplaceNoCase problem Even though I sent the message in plaintext... the text that was sent in the message didn't come out correct... This text, < font color="

reReplaceNoCase() problem from a newbie, please help

2007-06-14 Thread Jide Aliu
I have a body of text, in the body of text I want to replace all image tags with the value of the src attribute, so for example below "This is the body it can be as long as 8,000 character but within the body here is the image tag and here I go blah blah another image tag with a different valu

RE: reReplaceNoCase() problem from a newbie, please help

2007-06-14 Thread Bobby Hartsfield
Try this one out. rereplace(dataContent, "", "\1", "all") ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Jide Aliu [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 5:46 AM To: CF-Talk Subject:

Re: reReplaceNoCase() problem from a newbie, please help

2007-06-14 Thread Jide Aliu
> rereplace(dataContent, "", "\1", > "all") > .. > :.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. > Bobby Hartsfield > http://acoderslife.com > > -Original Message- > From: Jide Aliu [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 14, 2007 5:46 AM > To: CF-Talk > Subject: re

RE: reReplaceNoCase() problem from a newbie, please help

2007-06-14 Thread Bobby Hartsfield
:44 AM To: CF-Talk Subject: Re: reReplaceNoCase() problem from a newbie, please help Thanks Bobby for taking time out for the solution, that did the trick. It's the start of my problem on the solution though how would you go about reReplacing the same item with the tags below in a body of text/string. I

Re: reReplaceNoCase() problem from a newbie, please help

2007-06-14 Thread Jide Aliu
.:.:.:.:.:.:.:.:.:. >Bobby Hartsfield >http://acoderslife.com > > >-----Original Message- >From: Jide Aliu [mailto:[EMAIL PROTECTED] >Sent: Thursday, June 14, 2007 10:44 AM >To: CF-Talk >Subject: Re: reReplaceNoCase() problem from a newbie, please help > >Thank

Re: reReplaceNoCase() problem from a newbie, please help

2007-06-14 Thread Jide Aliu
.:.:.:.:.:.:.:.:.:. >Bobby Hartsfield >http://acoderslife.com > > >-----Original Message- >From: Jide Aliu [mailto:[EMAIL PROTECTED] >Sent: Thursday, June 14, 2007 10:44 AM >To: CF-Talk >Subject: Re: reReplaceNoCase() problem from a newbie, please help > >Thank