>>find a data in between a pattern of text from a string.

I've made a custom tag especially for that purpose. See CF_REextract at
http://www.contentbox.com/claude/customtags/tagstore.cfm?p=hf

It is even able to read the file for you and return all occurences found in a query.

In your case you would just use:

<CF_REextract
   INPUTMODE]  = "file"
   INPUT   = "your File name"
   RE1   = "Block Info "
   RE2   = " Blocked."
   OUTPUTMODE  = "query"
   OUTPUT   = "Query name"
    >

then loop on the generated query for all occurrences.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137995
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