This content has been marked as final.
Show 3 replies
-
1. Re: It it possible to look for a page that does not contain a string?
Jon Fritz II Jan 23, 2013 2:23 PM (in response to Angela French)I don't think so, at least not directly. I could be wrong, Regular Expressions can be pretty powerful, I'm not sure how well they're implemented in CS3 though: http://www.adobe.com/devnet/dreamweaver/articles/regular_expressions_pt1.edu.html
Maybe you could do a find/replace of that specific string, with itself.
All of the files that have it would be updated without actually changing the code.
The Date Modified for the file would change though.
The files without the string of info you are looking for would have the old modification date.
-
2. Re: It it possible to look for a page that does not contain a string?
Angela French Jan 29, 2013 10:16 AM (in response to Jon Fritz II)That's clever Jon. I'll give it a try and report back how it works.
-
3. Re: It it possible to look for a page that does not contain a string?
Angela French Jan 30, 2013 3:23 PM (in response to Angela French)Hi Jon,
Reporting back that your suggestion has helped. While a bit cumbersome, at least it works. Thank you.


