Nice job. Now will this eventually be moved into its own feed? Emmet
-----Original Message----- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Thursday, September 29, 2005 1:57 PM To: CF-Talk Subject: Re: CF Tips... was CF smart 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. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219660 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

