From: Brad Tilley (brad_at_[hidden])
Date: 2008-07-20 18:50:08


I'm using boost regular expressions with good results on text files
(html, xml, txt, etc), however, I'm having issues on binary file formats
(i.e. MS Office files, etc). I've goggled around, but not found any
hints. Just wondering if someone had experience doing REs on binary
files. I've tried different open methods ios::binary, etc... still no luck.

Thanks