W Luke wrote:

Not tested, but:

> <dl>
>       <dt>
>               <span class="t-10x-ar" id="bold">1.</span>
>
>               <a href="http://link.com"; target=_blank span
> class=t-12x-ver id=bluejohn-b>LINK SUBJECT</a>

URL=REReplaceNoCase(Astring,"*<a[^>]+href=""([^""]+)""[^>]*>","\1")
Subject=REReplaceNoCase(Astring,"*<a[^>]+>([^>])</a[^>]*>","\1")

>       <dd>
>               <div class=t-12x-ar>Apples and pears - down the
> stairs - are good for your diet<br>

snippet=REReplaceNoCase(Astring,"*<div[^>]+>([^>])</div[^>]*>","\1")

>               <font color="#808080">Date and Time
> here</font></div>

dateandtime=REReplaceNoCase(Astring,"*<font[^>]+>([^>])</font[^>]*>","\1")

>
>
>               <a href="http://link.com"; target=_blank
> class=t-10x-ar id=red>Click here for more</a>
>       </dd>
> </dl>

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to