Thread: [Solved] Clean an Email backup file
View Single Post
 
Old 07-14-2012, 01:23 AM
TTN TTN is offline Windows XP Office 2003
Novice
 
Join Date: Jul 2012
Posts: 13
TTN is on a distinguished road
Default

No, since it is a code file I doubt there are any formatting or control codes. I have dissected your expression and I can get it to find any space or skip any space if I only use [!^32] or ^32. And I can find any string of 80 characters by using *{80}. But I can not get the exclusion expression to work with the 80 character expression. This is what I have right now but it is ignoring the exclusion. [!^32]*{80}
Reply With Quote