It is for sale, $15. Watch for the wrap:

http://www.contentbox.com/claude/customtags/tagStore.cfm?p=g

-----Original Message-----
From: Ryan Mitchell [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 09, 2003 8:43 AM
To: CF-Talk
Subject: Re: Regex find


I cant find a link to download the tag!

On 9/9/03 14:14, "Claude Schneegans" <[EMAIL PROTECTED]>
wrote:

> You could have a look at CF_REextract at 
> http://www.contentbox.com/claude/customtags/REextract/testREextract.cf
> m?p=hf
> It has been designed especially for this kind of job and can even get
the page
> by
> HTTP for you.
> 
> In your particular case, you could just use:
> <CF_REextract
> INPUTMODE  = "http"
> INPUT   = "Your http address"
> RE1   = 'robotfile[[:space:]]+"'
> RE2   = '"'
> OUTPUTMODE  = "list"
> OUTPUT   = "your variable name"
>> 
> 
> and get the content in your variable.
> You could also get all occurences if you want in a query, and have it 
> more general depending on the reg expressions you give.
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Reply via email to