
March 30th, 2012, 03:46 PM
|
 |
Still alive
|
|
Join Date: Mar 2007
Location: Washington, USA
|
|
Quote: | Originally Posted by Tom9999 Please forgive me for not making it clear ... when I created and saved a new 2007 Word/Excel document, it automatically stored file types as docx or xslx; i.e test.docx (Word) or test.xlsx (Excel). |
Okay... That doesn't change anything.
Quote: | Originally Posted by Tom9999 The strange thing is my regex works for 2003 Word (file type is doc ) |
They're different file types: .doc files are binary but the text content might not be compressed. Small and simple searches would probably work fine.
|