Works fine for me:

<cfscript>
        str = '<nutag Att1="one" Att2="two" href="got it" Att3="three"/>';

        pattern = '<nutag[^/>]*href="([^"]*)"[^/>]*/?>';
        
        p = refindNoCase(pattern, str, 1, true);
</cfscript>

<cfdump var="#p#">

<cfoutput>#mid(str, p.pos[2], p.len[2])#</cfoutput>

Dunno what's up on your end ;o)

Mark

On 7/13/05, Andrew Scott <[EMAIL PROTECTED]> wrote:
> Mark,
> 
> Yeah expression doesn't work, I get an error with the output array?
> 
> 
> Regards
> Andrew Scott
> Analyst Programmer
> 
> CMS Transport Systems
> Level 2/33 Bank Street
> South Melbourne, Victoria, 3205
> 
> Phone: 03 9699 7988  -  Fax: 03 9699 7976

-- 
E: [EMAIL PROTECTED]
W: www.compoundtheory.com
ICQ: 3094740

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to