Hi All,

I have a string I am searching for:
which might look like

href=/index.cfm/variable,1

so that I can add /index.html at the end

So I append that to the first find and, then try to find the next occurance
with out the /index.html

now my regex looks something like this:

href="/.*[^(html)]"

This does work in Javascript, but not in CF, any pointers would be great.

Cheers,

TOM

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to