u can open all your documents, then do an EXTENDED REPLACE, and choose ALL
OPEN DOCUMENTS. it will do the search and replace on all open documents.
or instead, u can tell it to do it from a directory. same thing :)
-----Original Message-----
From: Jamie Jackson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 22, 2001 10:35 AM
To: CF-Talk
Subject: Regular Expression Help?
Hi, I'm trying to globally replace (with CF Studio) application
variables with request variables in several sites. I can't figure out
exactly how, as I don't know how to negate strings (as opposed to just
character classes).
I want to change application.variableX to request.variableX, but I
don't want to change "application. ", "application.<br>", or
references to "application.cfm"
Could you please help?
Here is just one of may seriously flawed attempts at a match:
(application\.)([^ ]|[^cC][^fF][^mM]|[^<])
Thanks,
Jamie
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists