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.cfm?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

Get the mailserver that powers this list at 
http://www.coolfusion.com

Reply via email to