> I need to find the ">" of the body tag of CFHTTP.FileContent.
> So, I need to find the first ">" following <body.

<cfset FoundTag = REFind("(<body[^>]*)(>)", TheString, 1, "TRUE")>
<cfset ClosingBracketLocation = DecrementValue(FoundTag.pos[1] +
FoundTag.len[1])>

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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