Use regexp?

REReplaceNoCase(str,"<td width=1>\s+</td>","","all")

Pascal

> -----Original Message-----
> From: Josen Ruiseco [mailto:[EMAIL PROTECTED]
> Sent: 31 August 2004 18:28
> To: CF-Talk
> Subject: CFHTTP and replace() on Multiple Lines
>
> I am calling a document via cfhttp. I am replacing numerous lines of
text
> within the called document.
>
> There is a snippet in the document that I cannot seem to grab:
>
> <td width=1>
>
>
>
> </td>
>
> Spacing is as it is in the doc...
>
> I can grab the <td width=1> with no problem. But I cannot grab the
</td>
> because I will screw up the entire document. I tried control
characters to
> get the whole thing - chr(), etc. (replace(document,"<td
> width=1>#chr(13)#...</td>", "")>) but it seems that I could not grab
them
> that way.
>
> Any ideas?
>
> Regards,
>
> Josen
> GoMotorBids.com
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to