~How?
At 09:43 30/10/2002 +0000, you wrote:
Fixed this now, but not exactly using the regex solution I wanted... Cheers, # TOM ----- Original Message ----- From: "Tom Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 4:05 PM Subject: [ cf-dev ] regex probs > 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] __________________________________________________ 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]
-- ** 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]
