I used:
<CFSET sTip=REFindNoCase('<tip>(.+?)</tip>', body, 1, 1)>
<CFIF ArrayLen(sTip.pos) GT 1>
    <CFSET Tip=mid(body, sTip.pos[2], sTip.Len[2])>
</CFIF>


> >>They have a nice self building tips
> library by posters who just surround things with <tip></tip>. It would be
> interesting to build a cflist parser that throws something like this into 
> an
> rss feed.
>
> Check CF_REextract that can do this pretty easily:
> http://www.contentbox.com/claude/customtags/REextract/testREextract.cfm?p=hf
>
> -- 
> _______________________________________
> REUSE CODE! Use custom tags;
> See http://www.contentbox.com/claude/customtags/tagstore.cfm
> (Please send any spam to this address: [EMAIL PROTECTED])
> Thanks.
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219656
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to