Try:

   <cfset CFHTTP.FileContent = "12345<body12345>12345Body>12345">

   <cfset bodyBegin = ReFindNoCase("\<body", CFHTTP.FileContent)>
   <cfset bodyEnd   = ReFindNoCase(">"     , CFHTTP.FileContent, bodyBegin)>

   <cfoutput>
   <br>bodyBegin.........|#bodyBegin#|
   <br>bodyEnd...........|#bodyEnd#|
   </cfoutput>


HTH

Dick

At 12:28 AM -0600 10/15/00, CF wrote:
>I need to find the ">" of the body tag of CFHTTP.FileContent.
>
>So, I need to find the first ">" following <body.
>
>Can anyone help with this?
>
>Thanks is advance,
>
>Peter Janett
>
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to