Searching for text that is not there
-
Saturday, December 29, 2012 1:11 PMI need to add text to some HTML pages but I need to find out if it's there or not. Is there a script to search pages to see if text is contained in a file or not. Preferably for Expression Web 4. Thanks a lot.
All Replies
-
Saturday, December 29, 2012 3:26 PM
I need to add text to some HTML pages but I need to find out if it's there or not. Is there a script to search pages to see if text is contained in a file or not. Preferably for Expression Web 4. Thanks a lot.
Select-String
FINDSTR
Happy New Year ¯\_(ツ)_/¯
- Marked As Answer by IamMredMicrosoft Employee, Owner Sunday, January 06, 2013 3:26 AM
-
Saturday, December 29, 2012 3:57 PMModerator
There is help for the command line utility findstr.exe at a command prompt.
Richard Mueller - MVP Directory Services
- Marked As Answer by IamMredMicrosoft Employee, Owner Sunday, January 06, 2013 3:27 AM
-
Saturday, December 29, 2012 4:25 PM
Top of the search stack - first entry:
http://technet.microsoft.com/en-us/library/bb490907.aspx
Happy New Year ¯\_(ツ)_/¯
- Marked As Answer by IamMredMicrosoft Employee, Owner Sunday, January 06, 2013 3:26 AM
-
Sunday, December 30, 2012 12:18 AMThanks, guys for the replies. Will try the suggestions out to look for what I'm needing to do.

